Package com.microsoft.graph.requests
Class MacOSOfficeSuiteAppRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<MacOSOfficeSuiteApp>
com.microsoft.graph.requests.MacOSOfficeSuiteAppRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class MacOSOfficeSuiteAppRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<MacOSOfficeSuiteApp>
The class for the Mac OSOffice Suite App Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionMacOSOfficeSuiteAppRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the MacOSOfficeSuiteApp -
Method Summary
Modifier and TypeMethodDescriptionassign
(MobileAppAssignParameterSet parameters) Gets a builder to execute the methodGets a request builder for the MobileAppAssignment collectionassignments
(String id) Gets a request builder for the MobileAppAssignment itembuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the MobileAppCategory collectioncategories
(String id) Gets a request builder for the MobileAppCategory itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
MacOSOfficeSuiteAppRequestBuilder
public MacOSOfficeSuiteAppRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the MacOSOfficeSuiteApp- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public MacOSOfficeSuiteAppRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the MacOSOfficeSuiteAppRequest instance
-
buildRequest
@Nonnull public MacOSOfficeSuiteAppRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the MacOSOfficeSuiteAppRequest instance
-
assignments
Gets a request builder for the MobileAppAssignment collection- Returns:
- the collection request builder
-
assignments
Gets a request builder for the MobileAppAssignment item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
categories
Gets a request builder for the MobileAppCategory collection- Returns:
- the collection request builder
-
categories
Gets a request builder for the MobileAppCategory item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
assign
@Nonnull public MobileAppAssignRequestBuilder assign(@Nonnull MobileAppAssignParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-