Package microsoft.dynamics.crm.complex
Class SecurityPrivilegeMetadata
- java.lang.Object
-
- microsoft.dynamics.crm.complex.SecurityPrivilegeMetadata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SecurityPrivilegeMetadata extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityPrivilegeMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleancanBeBasicprotected BooleancanBeDeepprotected BooleancanBeEntityReferenceprotected BooleancanBeGlobalprotected BooleancanBeLocalprotected BooleancanBeParentEntityReferenceprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringnameprotected StringodataTypeprotected UUIDprivilegeIdprotected PrivilegeTypeprivilegeTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurityPrivilegeMetadata()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
canBeBasic
protected Boolean canBeBasic
-
canBeDeep
protected Boolean canBeDeep
-
canBeGlobal
protected Boolean canBeGlobal
-
canBeLocal
protected Boolean canBeLocal
-
canBeEntityReference
protected Boolean canBeEntityReference
-
canBeParentEntityReference
protected Boolean canBeParentEntityReference
-
name
protected String name
-
privilegeId
protected UUID privilegeId
-
privilegeType
protected PrivilegeType privilegeType
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCanBeBasic
public SecurityPrivilegeMetadata withCanBeBasic(Boolean canBeBasic)
-
withCanBeDeep
public SecurityPrivilegeMetadata withCanBeDeep(Boolean canBeDeep)
-
withCanBeGlobal
public SecurityPrivilegeMetadata withCanBeGlobal(Boolean canBeGlobal)
-
withCanBeLocal
public SecurityPrivilegeMetadata withCanBeLocal(Boolean canBeLocal)
-
withCanBeEntityReference
public SecurityPrivilegeMetadata withCanBeEntityReference(Boolean canBeEntityReference)
-
withCanBeParentEntityReference
public SecurityPrivilegeMetadata withCanBeParentEntityReference(Boolean canBeParentEntityReference)
-
withName
public SecurityPrivilegeMetadata withName(String name)
-
withPrivilegeId
public SecurityPrivilegeMetadata withPrivilegeId(UUID privilegeId)
-
getPrivilegeType
public Optional<PrivilegeType> getPrivilegeType()
-
withPrivilegeType
public SecurityPrivilegeMetadata withPrivilegeType(PrivilegeType privilegeType)
-
withUnmappedField
public SecurityPrivilegeMetadata withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static SecurityPrivilegeMetadata.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-