| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributePrivilege> |
RetrievePrincipalAttributePrivilegesResponse.attributePrivileges |
| Modifier and Type | Method and Description |
|---|---|
AttributePrivilege |
AttributePrivilege.Builder.build() |
AttributePrivilege |
AttributePrivilege.withAttributeId(String attributeId) |
AttributePrivilege |
AttributePrivilege.withCanCreate(Integer canCreate) |
AttributePrivilege |
AttributePrivilege.withCanRead(Integer canRead) |
AttributePrivilege |
AttributePrivilege.withCanUpdate(Integer canUpdate) |
AttributePrivilege |
AttributePrivilege.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AttributePrivilege> |
RetrievePrincipalAttributePrivilegesResponse.getAttributePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<AttributePrivilege> |
RetrievePrincipalAttributePrivilegesResponse.getAttributePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RetrievePrincipalAttributePrivilegesResponse.Builder |
RetrievePrincipalAttributePrivilegesResponse.Builder.attributePrivileges(AttributePrivilege... attributePrivileges) |
| Modifier and Type | Method and Description |
|---|---|
RetrievePrincipalAttributePrivilegesResponse.Builder |
RetrievePrincipalAttributePrivilegesResponse.Builder.attributePrivileges(List<AttributePrivilege> attributePrivileges) |
Copyright © 2018–2021. All rights reserved.