Uses of Class
microsoft.dynamics.crm.complex.AttributePrivilege
-
Packages that use AttributePrivilege Package Description microsoft.dynamics.crm.complex -
-
Uses of AttributePrivilege in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type AttributePrivilege Modifier and Type Field Description protected List<AttributePrivilege>RetrievePrincipalAttributePrivilegesResponse. attributePrivilegesMethods in microsoft.dynamics.crm.complex that return AttributePrivilege Modifier and Type Method Description AttributePrivilegeAttributePrivilege.Builder. build()AttributePrivilegeAttributePrivilege. withAttributeId(UUID attributeId)AttributePrivilegeAttributePrivilege. withCanCreate(Integer canCreate)AttributePrivilegeAttributePrivilege. withCanRead(Integer canRead)AttributePrivilegeAttributePrivilege. withCanUpdate(Integer canUpdate)AttributePrivilegeAttributePrivilege. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type AttributePrivilege Modifier and Type Method 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)Methods in microsoft.dynamics.crm.complex with parameters of type AttributePrivilege Modifier and Type Method Description RetrievePrincipalAttributePrivilegesResponse.BuilderRetrievePrincipalAttributePrivilegesResponse.Builder. attributePrivileges(AttributePrivilege... attributePrivileges)Method parameters in microsoft.dynamics.crm.complex with type arguments of type AttributePrivilege Modifier and Type Method Description RetrievePrincipalAttributePrivilegesResponse.BuilderRetrievePrincipalAttributePrivilegesResponse.Builder. attributePrivileges(List<AttributePrivilege> attributePrivileges)
-