Uses of Class
microsoft.dynamics.crm.entity.Privilege
-
Packages that use Privilege Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Privilege in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Privilege Modifier and Type Method Description PrivilegePrivilege.Builder. build()PrivilegePrivilege. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrivilegePrivilege. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrivilegePrivilege. withAccessright(Integer accessright)PrivilegePrivilege. withCanbebasic(Boolean canbebasic)PrivilegePrivilege. withCanbedeep(Boolean canbedeep)PrivilegePrivilege. withCanbeentityreference(Boolean canbeentityreference)PrivilegePrivilege. withCanbeglobal(Boolean canbeglobal)PrivilegePrivilege. withCanbelocal(Boolean canbelocal)PrivilegePrivilege. withCanbeparententityreference(Boolean canbeparententityreference)PrivilegePrivilege. withComponentstate(Integer componentstate)PrivilegePrivilege. withIntroducedversion(String introducedversion)PrivilegePrivilege. withIsmanaged(Boolean ismanaged)PrivilegePrivilege. withName(String name)PrivilegePrivilege. withOverwritetime(OffsetDateTime overwritetime)PrivilegePrivilege. withPrivilegeid(UUID privilegeid)PrivilegePrivilege. withPrivilegerowid(UUID privilegerowid)PrivilegePrivilege. withSolutionid(UUID solutionid)PrivilegePrivilege. withUnmappedField(String name, Object value)PrivilegePrivilege. withVersionnumber(Long versionnumber)Methods in microsoft.dynamics.crm.entity with parameters of type Privilege Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnRole. removePrivilegeRole(Privilege privilege) -
Uses of Privilege in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Privilege Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Privilege>PrivilegeCollectionRequest. retrievePrivilegeSet() -
Uses of Privilege in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request with parameters of type Privilege Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnRoleRequest. removePrivilegeRole(Privilege privilege)
-