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