public class ServiceUpdateMessageCollectionRequestBuilder extends com.microsoft.graph.http.BaseCollectionRequestBuilder<ServiceUpdateMessage,ServiceUpdateMessageRequestBuilder,ServiceUpdateMessageCollectionResponse,ServiceUpdateMessageCollectionPage,ServiceUpdateMessageCollectionRequest>
| Constructor and Description |
|---|
ServiceUpdateMessageCollectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this collection of ServiceAnnouncement
|
buildRequest, buildRequest, byIdpublic ServiceUpdateMessageCollectionRequestBuilder(@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 ServiceUpdateMessageArchiveRequestBuilder archive(@Nonnull ServiceUpdateMessageArchiveParameterSet parameters)
parameters - the parameters for the service method@Nonnull public ServiceUpdateMessageFavoriteRequestBuilder favorite(@Nonnull ServiceUpdateMessageFavoriteParameterSet parameters)
parameters - the parameters for the service method@Nonnull public ServiceUpdateMessageMarkReadRequestBuilder markRead(@Nonnull ServiceUpdateMessageMarkReadParameterSet parameters)
parameters - the parameters for the service method@Nonnull public ServiceUpdateMessageMarkUnreadRequestBuilder markUnread(@Nonnull ServiceUpdateMessageMarkUnreadParameterSet parameters)
parameters - the parameters for the service method@Nonnull public ServiceUpdateMessageUnarchiveRequestBuilder unarchive(@Nonnull ServiceUpdateMessageUnarchiveParameterSet parameters)
parameters - the parameters for the service method@Nonnull public ServiceUpdateMessageUnfavoriteRequestBuilder unfavorite(@Nonnull ServiceUpdateMessageUnfavoriteParameterSet parameters)
parameters - the parameters for the service method@Nonnull public com.microsoft.graph.http.PrimitiveRequestBuilder<java.lang.Long> count()