public class DomainDnsSrvRecordRequest extends com.microsoft.graph.http.BaseRequest<DomainDnsSrvRecord>
| Constructor and Description |
|---|
DomainDnsSrvRecordRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the DomainDnsSrvRecord
|
| Modifier and Type | Method and Description |
|---|---|
DomainDnsSrvRecord |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> |
deleteAsync()
Delete this item from the service
|
DomainDnsSrvRecordRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DomainDnsSrvRecord |
get()
Gets the DomainDnsSrvRecord from the service
|
java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> |
getAsync()
Gets the DomainDnsSrvRecord from the service
|
DomainDnsSrvRecord |
patch(DomainDnsSrvRecord sourceDomainDnsSrvRecord)
Patches this DomainDnsSrvRecord with a source
|
java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> |
patchAsync(DomainDnsSrvRecord sourceDomainDnsSrvRecord)
Patches this DomainDnsSrvRecord with a source
|
DomainDnsSrvRecord |
post(DomainDnsSrvRecord newDomainDnsSrvRecord)
Creates a DomainDnsSrvRecord with a new object
|
java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> |
postAsync(DomainDnsSrvRecord newDomainDnsSrvRecord)
Creates a DomainDnsSrvRecord with a new object
|
DomainDnsSrvRecord |
put(DomainDnsSrvRecord newDomainDnsSrvRecord)
Creates a DomainDnsSrvRecord with a new object
|
java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> |
putAsync(DomainDnsSrvRecord newDomainDnsSrvRecord)
Creates a DomainDnsSrvRecord with a new object
|
DomainDnsSrvRecordRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic DomainDnsSrvRecordRequest(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> getAsync()
@Nullable public DomainDnsSrvRecord get() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> deleteAsync()
@Nullable public DomainDnsSrvRecord delete() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - if there was an exception during the delete operation@Nonnull public java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> patchAsync(@Nonnull DomainDnsSrvRecord sourceDomainDnsSrvRecord)
sourceDomainDnsSrvRecord - the source object with updates@Nullable public DomainDnsSrvRecord patch(@Nonnull DomainDnsSrvRecord sourceDomainDnsSrvRecord) throws com.microsoft.graph.core.ClientException
sourceDomainDnsSrvRecord - the source object with updatescom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> postAsync(@Nonnull DomainDnsSrvRecord newDomainDnsSrvRecord)
newDomainDnsSrvRecord - the new object to create@Nullable public DomainDnsSrvRecord post(@Nonnull DomainDnsSrvRecord newDomainDnsSrvRecord) throws com.microsoft.graph.core.ClientException
newDomainDnsSrvRecord - the new object to createcom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<DomainDnsSrvRecord> putAsync(@Nonnull DomainDnsSrvRecord newDomainDnsSrvRecord)
newDomainDnsSrvRecord - the object to create/update@Nullable public DomainDnsSrvRecord put(@Nonnull DomainDnsSrvRecord newDomainDnsSrvRecord) throws com.microsoft.graph.core.ClientException
newDomainDnsSrvRecord - the object to create/updatecom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public DomainDnsSrvRecordRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public DomainDnsSrvRecordRequest expand(@Nonnull java.lang.String value)
value - the expand clause