Uses of Class
microsoft.dynamics.crm.enums.PrivilegeDepth
-
Packages that use PrivilegeDepth Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of PrivilegeDepth in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as PrivilegeDepth Modifier and Type Field Description protected PrivilegeDepthRolePrivilege. depthMethods in microsoft.dynamics.crm.complex that return types with arguments of type PrivilegeDepth Modifier and Type Method Description Optional<PrivilegeDepth>RolePrivilege. getDepth()Methods in microsoft.dynamics.crm.complex with parameters of type PrivilegeDepth Modifier and Type Method Description RolePrivilege.BuilderRolePrivilege.Builder. depth(PrivilegeDepth depth)RolePrivilegeRolePrivilege. withDepth(PrivilegeDepth depth) -
Uses of PrivilegeDepth in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return PrivilegeDepth Modifier and Type Method Description static PrivilegeDepthPrivilegeDepth. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivilegeDepth[]PrivilegeDepth. values()Returns an array containing the constants of this enum type, in the order they are declared.
-