Uses of Class
microsoft.dynamics.crm.enums.PrivilegeType
-
Packages that use PrivilegeType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of PrivilegeType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as PrivilegeType Modifier and Type Field Description protected PrivilegeTypeSecurityPrivilegeMetadata. privilegeTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type PrivilegeType Modifier and Type Method Description Optional<PrivilegeType>SecurityPrivilegeMetadata. getPrivilegeType()Methods in microsoft.dynamics.crm.complex with parameters of type PrivilegeType Modifier and Type Method Description SecurityPrivilegeMetadata.BuilderSecurityPrivilegeMetadata.Builder. privilegeType(PrivilegeType privilegeType)SecurityPrivilegeMetadataSecurityPrivilegeMetadata. withPrivilegeType(PrivilegeType privilegeType) -
Uses of PrivilegeType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return PrivilegeType Modifier and Type Method Description static PrivilegeTypePrivilegeType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivilegeType[]PrivilegeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-