Uses of Class
microsoft.dynamics.crm.enums.SecurityTypes
-
Packages that use SecurityTypes Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.enums -
-
Uses of SecurityTypes in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as SecurityTypes Modifier and Type Field Description protected SecurityTypesComplexManyToManyRelationshipMetadata. securityTypesprotected SecurityTypesComplexOneToManyRelationshipMetadata. securityTypesMethods in microsoft.dynamics.crm.complex that return types with arguments of type SecurityTypes Modifier and Type Method Description Optional<SecurityTypes>ComplexManyToManyRelationshipMetadata. getSecurityTypes()Optional<SecurityTypes>ComplexOneToManyRelationshipMetadata. getSecurityTypes()Methods in microsoft.dynamics.crm.complex with parameters of type SecurityTypes Modifier and Type Method Description ComplexManyToManyRelationshipMetadata.BuilderComplexManyToManyRelationshipMetadata.Builder. securityTypes(SecurityTypes securityTypes)ComplexOneToManyRelationshipMetadata.BuilderComplexOneToManyRelationshipMetadata.Builder. securityTypes(SecurityTypes securityTypes)ComplexManyToManyRelationshipMetadataComplexManyToManyRelationshipMetadata. withSecurityTypes(SecurityTypes securityTypes)ComplexOneToManyRelationshipMetadataComplexOneToManyRelationshipMetadata. withSecurityTypes(SecurityTypes securityTypes) -
Uses of SecurityTypes in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as SecurityTypes Modifier and Type Field Description protected SecurityTypesRelationshipMetadataBase. securityTypesMethods in microsoft.dynamics.crm.entity that return types with arguments of type SecurityTypes Modifier and Type Method Description Optional<SecurityTypes>RelationshipMetadataBase. getSecurityTypes()Methods in microsoft.dynamics.crm.entity with parameters of type SecurityTypes Modifier and Type Method Description ManyToManyRelationshipMetadata.BuilderManyToManyRelationshipMetadata.Builder. securityTypes(SecurityTypes securityTypes)OneToManyRelationshipMetadata.BuilderOneToManyRelationshipMetadata.Builder. securityTypes(SecurityTypes securityTypes)RelationshipMetadataBaseRelationshipMetadataBase. withSecurityTypes(SecurityTypes securityTypes) -
Uses of SecurityTypes in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return SecurityTypes Modifier and Type Method Description static SecurityTypesSecurityTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityTypes[]SecurityTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-