Package com.microsoft.graph.requests
Class ServiceUpdateMessageMarkUnreadRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<Boolean>
com.microsoft.graph.requests.ServiceUpdateMessageMarkUnreadRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ServiceUpdateMessageMarkUnreadRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<Boolean>
The class for the Service Update Message Mark Unread Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceUpdateMessageMarkUnreadRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this ServiceUpdateMessageMarkUnreadServiceUpdateMessageMarkUnreadRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, ServiceUpdateMessageMarkUnreadParameterSet parameters) The request builder for this ServiceUpdateMessageMarkUnread -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the ServiceUpdateMessageMarkUnreadRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the ServiceUpdateMessageMarkUnreadRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ServiceUpdateMessageMarkUnreadRequestBuilder
public ServiceUpdateMessageMarkUnreadRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this ServiceUpdateMessageMarkUnread- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
ServiceUpdateMessageMarkUnreadRequestBuilder
public ServiceUpdateMessageMarkUnreadRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull ServiceUpdateMessageMarkUnreadParameterSet parameters) The request builder for this ServiceUpdateMessageMarkUnread- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public ServiceUpdateMessageMarkUnreadRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the ServiceUpdateMessageMarkUnreadRequest- Parameters:
requestOptions- the options for the request- Returns:
- the ServiceUpdateMessageMarkUnreadRequest instance
-
buildRequest
@Nonnull public ServiceUpdateMessageMarkUnreadRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the ServiceUpdateMessageMarkUnreadRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the ServiceUpdateMessageMarkUnreadRequest instance
-