Package com.microsoft.graph.requests
Class CustomSecurityAttributeDefinitionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<CustomSecurityAttributeDefinition>
com.microsoft.graph.requests.CustomSecurityAttributeDefinitionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class CustomSecurityAttributeDefinitionRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<CustomSecurityAttributeDefinition>
The class for the Custom Security Attribute Definition Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionCustomSecurityAttributeDefinitionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the CustomSecurityAttributeDefinition -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the AllowedValue collectionallowedValues(String id) Gets a request builder for the AllowedValue 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 requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
CustomSecurityAttributeDefinitionRequestBuilder
public CustomSecurityAttributeDefinitionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the CustomSecurityAttributeDefinition- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public CustomSecurityAttributeDefinitionRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the CustomSecurityAttributeDefinitionRequest instance
-
buildRequest
@Nonnull public CustomSecurityAttributeDefinitionRequest 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 CustomSecurityAttributeDefinitionRequest instance
-
allowedValues
Gets a request builder for the AllowedValue collection- Returns:
- the collection request builder
-
allowedValues
Gets a request builder for the AllowedValue item- Parameters:
id- the item identifier- Returns:
- the request builder
-