Package com.microsoft.graph.requests
Class WindowsMobileMSIRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<WindowsMobileMSI>
com.microsoft.graph.requests.WindowsMobileMSIRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WindowsMobileMSIRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<WindowsMobileMSI>
The class for the Windows Mobile MSIRequest Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWindowsMobileMSIRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WindowsMobileMSI -
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 itemGets a request builder for the MobileAppContent collectionGets a request builder for the MobileAppContent itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WindowsMobileMSIRequestBuilder
public WindowsMobileMSIRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WindowsMobileMSI- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public WindowsMobileMSIRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the WindowsMobileMSIRequest instance
-
buildRequest
@Nonnull public WindowsMobileMSIRequest 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 WindowsMobileMSIRequest 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
-
contentVersions
Gets a request builder for the MobileAppContent collection- Returns:
- the collection request builder
-
contentVersions
Gets a request builder for the MobileAppContent 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
-