Package com.microsoft.graph.requests
Class ServiceUpdateMessageCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<ServiceUpdateMessage,ServiceUpdateMessageRequestBuilder,ServiceUpdateMessageCollectionResponse,ServiceUpdateMessageCollectionPage,ServiceUpdateMessageCollectionRequest>
com.microsoft.graph.requests.ServiceUpdateMessageCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ServiceUpdateMessageCollectionRequestBuilder
extends com.microsoft.graph.http.BaseCollectionRequestBuilder<ServiceUpdateMessage,ServiceUpdateMessageRequestBuilder,ServiceUpdateMessageCollectionResponse,ServiceUpdateMessageCollectionPage,ServiceUpdateMessageCollectionRequest>
The class for the Service Update Message Collection Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceUpdateMessageCollectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of ServiceAnnouncement -
Method Summary
Modifier and TypeMethodDescriptionarchive(ServiceUpdateMessageArchiveParameterSet parameters) Gets a builder to execute the methodcom.microsoft.graph.http.PrimitiveRequestBuilder<Long>count()Gets the raw count request for the collectionfavorite(ServiceUpdateMessageFavoriteParameterSet parameters) Gets a builder to execute the methodmarkRead(ServiceUpdateMessageMarkReadParameterSet parameters) Gets a builder to execute the methodmarkUnread(ServiceUpdateMessageMarkUnreadParameterSet parameters) Gets a builder to execute the methodunarchive(ServiceUpdateMessageUnarchiveParameterSet parameters) Gets a builder to execute the methodunfavorite(ServiceUpdateMessageUnfavoriteParameterSet parameters) Gets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byIdMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ServiceUpdateMessageCollectionRequestBuilder
public ServiceUpdateMessageCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of ServiceAnnouncement- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
archive
@Nonnull public ServiceUpdateMessageArchiveRequestBuilder archive(@Nonnull ServiceUpdateMessageArchiveParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
favorite
@Nonnull public ServiceUpdateMessageFavoriteRequestBuilder favorite(@Nonnull ServiceUpdateMessageFavoriteParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
markRead
@Nonnull public ServiceUpdateMessageMarkReadRequestBuilder markRead(@Nonnull ServiceUpdateMessageMarkReadParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
markUnread
@Nonnull public ServiceUpdateMessageMarkUnreadRequestBuilder markUnread(@Nonnull ServiceUpdateMessageMarkUnreadParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
unarchive
@Nonnull public ServiceUpdateMessageUnarchiveRequestBuilder unarchive(@Nonnull ServiceUpdateMessageUnarchiveParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
unfavorite
@Nonnull public ServiceUpdateMessageUnfavoriteRequestBuilder unfavorite(@Nonnull ServiceUpdateMessageUnfavoriteParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
count
Gets the raw count request for the collection- Returns:
- The raw count request for the collection
-