Uses of Class
microsoft.dynamics.crm.enums.OrganizationType
-
Packages that use OrganizationType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of OrganizationType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as OrganizationType Modifier and Type Field Description protected OrganizationTypeOrganizationInfo. instanceTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type OrganizationType Modifier and Type Method Description Optional<OrganizationType>OrganizationInfo. getInstanceType()Methods in microsoft.dynamics.crm.complex with parameters of type OrganizationType Modifier and Type Method Description OrganizationInfo.BuilderOrganizationInfo.Builder. instanceType(OrganizationType instanceType)OrganizationInfoOrganizationInfo. withInstanceType(OrganizationType instanceType) -
Uses of OrganizationType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return OrganizationType Modifier and Type Method Description static OrganizationTypeOrganizationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationType[]OrganizationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-