Uses of Class
microsoft.dynamics.crm.complex.RetrieveUserPrivilegeByPrivilegeIdResponse
-
Packages that use RetrieveUserPrivilegeByPrivilegeIdResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.request -
-
Uses of RetrieveUserPrivilegeByPrivilegeIdResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return RetrieveUserPrivilegeByPrivilegeIdResponse Modifier and Type Method Description RetrieveUserPrivilegeByPrivilegeIdResponseRetrieveUserPrivilegeByPrivilegeIdResponse.Builder. build()RetrieveUserPrivilegeByPrivilegeIdResponseRetrieveUserPrivilegeByPrivilegeIdResponse. withUnmappedField(String name, Object value) -
Uses of RetrieveUserPrivilegeByPrivilegeIdResponse in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return types with arguments of type RetrieveUserPrivilegeByPrivilegeIdResponse Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveUserPrivilegeByPrivilegeIdResponse>Systemuser. retrieveUserPrivilegeByPrivilegeId(UUID privilegeId) -
Uses of RetrieveUserPrivilegeByPrivilegeIdResponse in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type RetrieveUserPrivilegeByPrivilegeIdResponse Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveUserPrivilegeByPrivilegeIdResponse>SystemuserRequest. retrieveUserPrivilegeByPrivilegeId(UUID privilegeId)
-