Package com.microsoft.graph.requests
Class IosDeviceFeaturesConfigurationRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<IosDeviceFeaturesConfiguration>
com.microsoft.graph.requests.IosDeviceFeaturesConfigurationRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class IosDeviceFeaturesConfigurationRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<IosDeviceFeaturesConfiguration>
The class for the Ios Device Features Configuration Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionIosDeviceFeaturesConfigurationRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the IosDeviceFeaturesConfiguration -
Method Summary
Modifier and TypeMethodDescriptionassign(DeviceConfigurationAssignParameterSet parameters) Gets a builder to execute the methodGets a request builder for the DeviceConfigurationAssignment collectionassignments(String id) Gets a request builder for the DeviceConfigurationAssignment 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 SettingStateDeviceSummary collectionGets a request builder for the SettingStateDeviceSummary itemGets a request builder for the DeviceConfigurationDeviceStatus collectiondeviceStatuses(String id) Gets a request builder for the DeviceConfigurationDeviceStatus itemGets the request builder for DeviceConfigurationDeviceOverviewGets a builder to execute the methodGets a request builder for the DeviceConfigurationUserStatus collectionuserStatuses(String id) Gets a request builder for the DeviceConfigurationUserStatus itemGets the request builder for DeviceConfigurationUserOverviewMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
IosDeviceFeaturesConfigurationRequestBuilder
public IosDeviceFeaturesConfigurationRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the IosDeviceFeaturesConfiguration- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public IosDeviceFeaturesConfigurationRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the IosDeviceFeaturesConfigurationRequest instance
-
buildRequest
@Nonnull public IosDeviceFeaturesConfigurationRequest 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 IosDeviceFeaturesConfigurationRequest instance
-
assignments
Gets a request builder for the DeviceConfigurationAssignment collection- Returns:
- the collection request builder
-
assignments
Gets a request builder for the DeviceConfigurationAssignment item- Parameters:
id- the item identifier- Returns:
- the request builder
-
deviceSettingStateSummaries
Gets a request builder for the SettingStateDeviceSummary collection- Returns:
- the collection request builder
-
deviceSettingStateSummaries
@Nonnull public SettingStateDeviceSummaryRequestBuilder deviceSettingStateSummaries(@Nonnull String id) Gets a request builder for the SettingStateDeviceSummary item- Parameters:
id- the item identifier- Returns:
- the request builder
-
deviceStatuses
Gets a request builder for the DeviceConfigurationDeviceStatus collection- Returns:
- the collection request builder
-
deviceStatuses
Gets a request builder for the DeviceConfigurationDeviceStatus item- Parameters:
id- the item identifier- Returns:
- the request builder
-
deviceStatusOverview
Gets the request builder for DeviceConfigurationDeviceOverview- Returns:
- the DeviceConfigurationDeviceOverviewRequestBuilder instance
-
userStatuses
Gets a request builder for the DeviceConfigurationUserStatus collection- Returns:
- the collection request builder
-
userStatuses
Gets a request builder for the DeviceConfigurationUserStatus item- Parameters:
id- the item identifier- Returns:
- the request builder
-
userStatusOverview
Gets the request builder for DeviceConfigurationUserOverview- Returns:
- the DeviceConfigurationUserOverviewRequestBuilder instance
-
assign
@Nonnull public DeviceConfigurationAssignCollectionRequestBuilder assign(@Nonnull DeviceConfigurationAssignParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder collection
-
getOmaSettingPlainTextValue
@Nonnull public DeviceConfigurationGetOmaSettingPlainTextValueRequestBuilder getOmaSettingPlainTextValue(@Nonnull DeviceConfigurationGetOmaSettingPlainTextValueParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-