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