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