Uses of Class
microsoft.dynamics.crm.complex.ChannelAccessProfilePrivilege
-
Packages that use ChannelAccessProfilePrivilege Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of ChannelAccessProfilePrivilege in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type ChannelAccessProfilePrivilege Modifier and Type Field Description protected List<ChannelAccessProfilePrivilege>ChannelAccessProfileWithPrivileges. channelAccessProfilePrivilegeListMethods in microsoft.dynamics.crm.complex that return ChannelAccessProfilePrivilege Modifier and Type Method Description ChannelAccessProfilePrivilegeChannelAccessProfilePrivilege.Builder. build()ChannelAccessProfilePrivilegeChannelAccessProfilePrivilege. withChannelAccessProfilePrivilegeId(UUID channelAccessProfilePrivilegeId)ChannelAccessProfilePrivilegeChannelAccessProfilePrivilege. withPrivilegeDepth(ChannelAccessProfilePrivilegeDepth privilegeDepth)ChannelAccessProfilePrivilegeChannelAccessProfilePrivilege. withPrivilegeName(String privilegeName)ChannelAccessProfilePrivilegeChannelAccessProfilePrivilege. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ChannelAccessProfilePrivilege Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ChannelAccessProfilePrivilege>ChannelAccessProfileWithPrivileges. getChannelAccessProfilePrivilegeList()com.github.davidmoten.odata.client.CollectionPage<ChannelAccessProfilePrivilege>ChannelAccessProfileWithPrivileges. getChannelAccessProfilePrivilegeList(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type ChannelAccessProfilePrivilege Modifier and Type Method Description ChannelAccessProfileWithPrivileges.BuilderChannelAccessProfileWithPrivileges.Builder. channelAccessProfilePrivilegeList(ChannelAccessProfilePrivilege... channelAccessProfilePrivilegeList)Method parameters in microsoft.dynamics.crm.complex with type arguments of type ChannelAccessProfilePrivilege Modifier and Type Method Description ChannelAccessProfileWithPrivileges.BuilderChannelAccessProfileWithPrivileges.Builder. channelAccessProfilePrivilegeList(List<ChannelAccessProfilePrivilege> channelAccessProfilePrivilegeList) -
Uses of ChannelAccessProfilePrivilege in microsoft.dynamics.crm.container
Method parameters in microsoft.dynamics.crm.container with type arguments of type ChannelAccessProfilePrivilege Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnSystem. addChannelAccessProfilePrivileges(UUID channelAccessProfileId, List<ChannelAccessProfilePrivilege> privileges)
-