Uses of Class
microsoft.dynamics.crm.enums.OwnershipTypes
-
Packages that use OwnershipTypes Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.enums -
-
Uses of OwnershipTypes in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as OwnershipTypes Modifier and Type Field Description protected OwnershipTypesComplexEntityMetadata. ownershipTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type OwnershipTypes Modifier and Type Method Description Optional<OwnershipTypes>ComplexEntityMetadata. getOwnershipType()Methods in microsoft.dynamics.crm.complex with parameters of type OwnershipTypes Modifier and Type Method Description ComplexEntityMetadata.BuilderComplexEntityMetadata.Builder. ownershipType(OwnershipTypes ownershipType)ComplexEntityMetadataComplexEntityMetadata. withOwnershipType(OwnershipTypes ownershipType) -
Uses of OwnershipTypes in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as OwnershipTypes Modifier and Type Field Description protected OwnershipTypesEntityMetadata. ownershipTypeMethods in microsoft.dynamics.crm.entity that return types with arguments of type OwnershipTypes Modifier and Type Method Description Optional<OwnershipTypes>EntityMetadata. getOwnershipType()Methods in microsoft.dynamics.crm.entity with parameters of type OwnershipTypes Modifier and Type Method Description EntityMetadata.BuilderEntityMetadata.Builder. ownershipType(OwnershipTypes ownershipType)EntityMetadataEntityMetadata. withOwnershipType(OwnershipTypes ownershipType) -
Uses of OwnershipTypes in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return OwnershipTypes Modifier and Type Method Description static OwnershipTypesOwnershipTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static OwnershipTypes[]OwnershipTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-