Uses of Class
microsoft.dynamics.crm.enums.OrganizationState
-
Packages that use OrganizationState Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of OrganizationState in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as OrganizationState Modifier and Type Field Description protected OrganizationStateOrganizationDetail. stateMethods in microsoft.dynamics.crm.complex that return types with arguments of type OrganizationState Modifier and Type Method Description Optional<OrganizationState>OrganizationDetail. getState()Methods in microsoft.dynamics.crm.complex with parameters of type OrganizationState Modifier and Type Method Description OrganizationDetail.BuilderOrganizationDetail.Builder. state(OrganizationState state)OrganizationDetailOrganizationDetail. withState(OrganizationState state) -
Uses of OrganizationState in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return OrganizationState Modifier and Type Method Description static OrganizationStateOrganizationState. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationState[]OrganizationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-