Class CustomSecurityAttributeDefinitionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<CustomSecurityAttributeDefinition>
-
- odata.msgraph.client.beta.entity.request.CustomSecurityAttributeDefinitionRequest
-
public class CustomSecurityAttributeDefinitionRequest extends com.github.davidmoten.odata.client.EntityRequest<CustomSecurityAttributeDefinition>
-
-
Constructor Summary
Constructors Constructor Description CustomSecurityAttributeDefinitionRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedValueCollectionRequestallowedValues()AllowedValueRequestallowedValues(String id)
-
-
-
Method Detail
-
allowedValues
public AllowedValueRequest allowedValues(String id)
-
allowedValues
public AllowedValueCollectionRequest allowedValues()
-
-