Uses of Class
microsoft.dynamics.crm.complex.OrganizationInfo
-
Packages that use OrganizationInfo Package Description microsoft.dynamics.crm.complex -
-
Uses of OrganizationInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as OrganizationInfo Modifier and Type Field Description protected OrganizationInfoRetrieveOrganizationInfoResponse. organizationInfoMethods in microsoft.dynamics.crm.complex that return OrganizationInfo Modifier and Type Method Description OrganizationInfoOrganizationInfo.Builder. build()OrganizationInfoOrganizationInfo. withInstanceType(OrganizationType instanceType)OrganizationInfoOrganizationInfo. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type OrganizationInfo Modifier and Type Method Description Optional<OrganizationInfo>RetrieveOrganizationInfoResponse. getOrganizationInfo()Methods in microsoft.dynamics.crm.complex with parameters of type OrganizationInfo Modifier and Type Method Description RetrieveOrganizationInfoResponse.BuilderRetrieveOrganizationInfoResponse.Builder. organizationInfo(OrganizationInfo organizationInfo)RetrieveOrganizationInfoResponseRetrieveOrganizationInfoResponse. withOrganizationInfo(OrganizationInfo organizationInfo)
-