Uses of Class
microsoft.dynamics.crm.enums.ChannelAccessProfilePrivilegeDepth
-
Packages that use ChannelAccessProfilePrivilegeDepth Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of ChannelAccessProfilePrivilegeDepth in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as ChannelAccessProfilePrivilegeDepth Modifier and Type Field Description protected ChannelAccessProfilePrivilegeDepthChannelAccessProfilePrivilege. privilegeDepthMethods in microsoft.dynamics.crm.complex that return types with arguments of type ChannelAccessProfilePrivilegeDepth Modifier and Type Method Description Optional<ChannelAccessProfilePrivilegeDepth>ChannelAccessProfilePrivilege. getPrivilegeDepth()Methods in microsoft.dynamics.crm.complex with parameters of type ChannelAccessProfilePrivilegeDepth Modifier and Type Method Description ChannelAccessProfilePrivilege.BuilderChannelAccessProfilePrivilege.Builder. privilegeDepth(ChannelAccessProfilePrivilegeDepth privilegeDepth)ChannelAccessProfilePrivilegeChannelAccessProfilePrivilege. withPrivilegeDepth(ChannelAccessProfilePrivilegeDepth privilegeDepth) -
Uses of ChannelAccessProfilePrivilegeDepth in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return ChannelAccessProfilePrivilegeDepth Modifier and Type Method Description static ChannelAccessProfilePrivilegeDepthChannelAccessProfilePrivilegeDepth. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelAccessProfilePrivilegeDepth[]ChannelAccessProfilePrivilegeDepth. values()Returns an array containing the constants of this enum type, in the order they are declared.
-