Package com.microsoft.graph.requests
Class MicrosoftStoreForBusinessAppRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<MicrosoftStoreForBusinessApp>
com.microsoft.graph.requests.MicrosoftStoreForBusinessAppRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class MicrosoftStoreForBusinessAppRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<MicrosoftStoreForBusinessApp>
The class for the Microsoft Store For Business App Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionMicrosoftStoreForBusinessAppRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the MicrosoftStoreForBusinessApp -
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
-
MicrosoftStoreForBusinessAppRequestBuilder
public MicrosoftStoreForBusinessAppRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the MicrosoftStoreForBusinessApp- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public MicrosoftStoreForBusinessAppRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the MicrosoftStoreForBusinessAppRequest instance
-
buildRequest
@Nonnull public MicrosoftStoreForBusinessAppRequest 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 MicrosoftStoreForBusinessAppRequest 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
-