| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.entity.request |
| Modifier and Type | Field and Description |
|---|---|
protected List<RolePrivilege> |
RolePrivilegeAuditDetail.newRolePrivileges |
protected List<RolePrivilege> |
RolePrivilegeAuditDetail.oldRolePrivileges |
protected List<RolePrivilege> |
RetrieveUserPrivilegesResponse.rolePrivileges |
protected List<RolePrivilege> |
RetrieveUserPrivilegeByPrivilegeNameResponse.rolePrivileges |
protected List<RolePrivilege> |
RetrieveTeamPrivilegesResponse.rolePrivileges |
protected List<RolePrivilege> |
RetrieveUserPrivilegeByPrivilegeIdResponse.rolePrivileges |
protected List<RolePrivilege> |
RetrieveRolePrivilegesRoleResponse.rolePrivileges |
protected List<RolePrivilege> |
RetrieveUsersPrivilegesThroughTeamsResponse.rolePrivileges |
| Modifier and Type | Method and Description |
|---|---|
RolePrivilege |
RolePrivilege.Builder.build() |
RolePrivilege |
RolePrivilege.withBusinessUnitId(String businessUnitId) |
RolePrivilege |
RolePrivilege.withDepth(PrivilegeDepth depth) |
RolePrivilege |
RolePrivilege.withPrivilegeId(String privilegeId) |
RolePrivilege |
RolePrivilege.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and 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> |
RetrieveUserPrivilegesResponse.getRolePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveUserPrivilegeByPrivilegeNameResponse.getRolePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveTeamPrivilegesResponse.getRolePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveUserPrivilegeByPrivilegeIdResponse.getRolePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveRolePrivilegesRoleResponse.getRolePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveUsersPrivilegesThroughTeamsResponse.getRolePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveUserPrivilegesResponse.getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveUserPrivilegeByPrivilegeNameResponse.getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
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.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveRolePrivilegesRoleResponse.getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
RetrieveUsersPrivilegesThroughTeamsResponse.getRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RolePrivilegeAuditDetail.Builder |
RolePrivilegeAuditDetail.Builder.newRolePrivileges(RolePrivilege... newRolePrivileges) |
RolePrivilegeAuditDetail.Builder |
RolePrivilegeAuditDetail.Builder.oldRolePrivileges(RolePrivilege... oldRolePrivileges) |
RetrieveUserPrivilegesResponse.Builder |
RetrieveUserPrivilegesResponse.Builder.rolePrivileges(RolePrivilege... rolePrivileges) |
RetrieveUserPrivilegeByPrivilegeNameResponse.Builder |
RetrieveUserPrivilegeByPrivilegeNameResponse.Builder.rolePrivileges(RolePrivilege... rolePrivileges) |
RetrieveTeamPrivilegesResponse.Builder |
RetrieveTeamPrivilegesResponse.Builder.rolePrivileges(RolePrivilege... rolePrivileges) |
RetrieveUserPrivilegeByPrivilegeIdResponse.Builder |
RetrieveUserPrivilegeByPrivilegeIdResponse.Builder.rolePrivileges(RolePrivilege... rolePrivileges) |
RetrieveRolePrivilegesRoleResponse.Builder |
RetrieveRolePrivilegesRoleResponse.Builder.rolePrivileges(RolePrivilege... rolePrivileges) |
RetrieveUsersPrivilegesThroughTeamsResponse.Builder |
RetrieveUsersPrivilegesThroughTeamsResponse.Builder.rolePrivileges(RolePrivilege... rolePrivileges) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
Role.addPrivilegesRole(List<RolePrivilege> privileges) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
Role.replacePrivilegesRole(List<RolePrivilege> privileges) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
RoleRequest.addPrivilegesRole(List<RolePrivilege> privileges) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
RoleRequest.replacePrivilegesRole(List<RolePrivilege> privileges) |
Copyright © 2018–2020. All rights reserved.