public class ServiceAnnouncementRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<ServiceAnnouncement>
| Constructor and Description |
|---|
ServiceAnnouncementRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the ServiceAnnouncement
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAnnouncementRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ServiceAnnouncementRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
ServiceHealthCollectionRequestBuilder |
healthOverviews()
Gets a request builder for the ServiceHealth collection
|
ServiceHealthRequestBuilder |
healthOverviews(java.lang.String id)
Gets a request builder for the ServiceHealth item
|
ServiceHealthIssueCollectionRequestBuilder |
issues()
Gets a request builder for the ServiceHealthIssue collection
|
ServiceHealthIssueRequestBuilder |
issues(java.lang.String id)
Gets a request builder for the ServiceHealthIssue item
|
ServiceUpdateMessageCollectionRequestBuilder |
messages()
Gets a request builder for the ServiceUpdateMessage collection
|
ServiceUpdateMessageRequestBuilder |
messages(java.lang.String id)
Gets a request builder for the ServiceUpdateMessage item
|
public ServiceAnnouncementRequestBuilder(@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 ServiceAnnouncementRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public ServiceAnnouncementRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public ServiceHealthCollectionRequestBuilder healthOverviews()
@Nonnull public ServiceHealthRequestBuilder healthOverviews(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public ServiceHealthIssueCollectionRequestBuilder issues()
@Nonnull public ServiceHealthIssueRequestBuilder issues(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public ServiceUpdateMessageCollectionRequestBuilder messages()
@Nonnull public ServiceUpdateMessageRequestBuilder messages(@Nonnull java.lang.String id)
id - the item identifier