public class Acl extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Acl.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
accessType |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
identitySource |
protected String |
odataType |
protected AclType |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
Acl() |
| Modifier and Type | Method and Description |
|---|---|
static Acl.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<AccessType> |
getAccessType() |
Optional<String> |
getIdentitySource() |
Optional<AclType> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getValue() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Acl |
withAccessType(AccessType accessType) |
Acl |
withIdentitySource(String identitySource) |
Acl |
withType(AclType type) |
Acl |
withValue(String value) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected AclType type
protected String value
protected AccessType accessType
protected String identitySource
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<AccessType> getAccessType()
public Acl withAccessType(AccessType accessType)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static Acl.Builder builder()
Copyright © 2018–2020. All rights reserved.