Uses of Class
microsoft.dynamics.crm.complex.RolePrivilege
-
Packages that use RolePrivilege Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.request -
-
Uses of RolePrivilege in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type RolePrivilege Modifier and Type Field Description protected List<RolePrivilege>RolePrivilegeAuditDetail. newRolePrivilegesprotected List<RolePrivilege>RolePrivilegeAuditDetail. oldRolePrivilegesprotected List<RolePrivilege>RetrieveRolePrivilegesRoleResponse. rolePrivilegesprotected List<RolePrivilege>RetrieveTeamPrivilegesResponse. rolePrivilegesprotected List<RolePrivilege>RetrieveUserPrivilegeByPrivilegeIdResponse. rolePrivilegesprotected List<RolePrivilege>RetrieveUserPrivilegeByPrivilegeNameResponse. rolePrivilegesprotected List<RolePrivilege>RetrieveUserPrivilegesResponse. rolePrivilegesprotected List<RolePrivilege>RetrieveUsersPrivilegesThroughTeamsResponse. rolePrivilegesMethods in microsoft.dynamics.crm.complex that return RolePrivilege Modifier and Type Method Description RolePrivilegeRolePrivilege.Builder. build()RolePrivilegeRolePrivilege. withBusinessUnitId(UUID businessUnitId)RolePrivilegeRolePrivilege. withDepth(PrivilegeDepth depth)RolePrivilegeRolePrivilege. withPrivilegeId(UUID privilegeId)RolePrivilegeRolePrivilege. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type RolePrivilege Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RolePrivilegeAuditDetail. getNewRolePrivileges()com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RolePrivilegeAuditDetail. getNewRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RolePrivilegeAuditDetail. getOldRolePrivileges()com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RolePrivilegeAuditDetail. getOldRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveRolePrivilegesRoleResponse. getRolePrivileges()com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveRolePrivilegesRoleResponse. getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveTeamPrivilegesResponse. getRolePrivileges()com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveTeamPrivilegesResponse. getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveUserPrivilegeByPrivilegeIdResponse. getRolePrivileges()com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveUserPrivilegeByPrivilegeIdResponse. getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveUserPrivilegeByPrivilegeNameResponse. getRolePrivileges()com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveUserPrivilegeByPrivilegeNameResponse. getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveUserPrivilegesResponse. getRolePrivileges()com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveUserPrivilegesResponse. getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveUsersPrivilegesThroughTeamsResponse. getRolePrivileges()com.github.davidmoten.odata.client.CollectionPage<RolePrivilege>RetrieveUsersPrivilegesThroughTeamsResponse. getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type RolePrivilege Modifier and Type Method Description RolePrivilegeAuditDetail.BuilderRolePrivilegeAuditDetail.Builder. newRolePrivileges(RolePrivilege... newRolePrivileges)RolePrivilegeAuditDetail.BuilderRolePrivilegeAuditDetail.Builder. oldRolePrivileges(RolePrivilege... oldRolePrivileges)RetrieveRolePrivilegesRoleResponse.BuilderRetrieveRolePrivilegesRoleResponse.Builder. rolePrivileges(RolePrivilege... rolePrivileges)RetrieveTeamPrivilegesResponse.BuilderRetrieveTeamPrivilegesResponse.Builder. rolePrivileges(RolePrivilege... rolePrivileges)RetrieveUserPrivilegeByPrivilegeIdResponse.BuilderRetrieveUserPrivilegeByPrivilegeIdResponse.Builder. rolePrivileges(RolePrivilege... rolePrivileges)RetrieveUserPrivilegeByPrivilegeNameResponse.BuilderRetrieveUserPrivilegeByPrivilegeNameResponse.Builder. rolePrivileges(RolePrivilege... rolePrivileges)RetrieveUserPrivilegesResponse.BuilderRetrieveUserPrivilegesResponse.Builder. rolePrivileges(RolePrivilege... rolePrivileges)RetrieveUsersPrivilegesThroughTeamsResponse.BuilderRetrieveUsersPrivilegesThroughTeamsResponse.Builder. rolePrivileges(RolePrivilege... rolePrivileges) -
Uses of RolePrivilege in microsoft.dynamics.crm.entity
Method parameters in microsoft.dynamics.crm.entity with type arguments of type RolePrivilege Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnRole. addPrivilegesRole(List<RolePrivilege> privileges)com.github.davidmoten.odata.client.ActionRequestNoReturnRole. replacePrivilegesRole(List<RolePrivilege> privileges) -
Uses of RolePrivilege in microsoft.dynamics.crm.entity.request
Method parameters in microsoft.dynamics.crm.entity.request with type arguments of type RolePrivilege Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnRoleRequest. addPrivilegesRole(List<RolePrivilege> privileges)com.github.davidmoten.odata.client.ActionRequestNoReturnRoleRequest. replacePrivilegesRole(List<RolePrivilege> privileges)
-