| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.enums |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityTypes |
ComplexOneToManyRelationshipMetadata.securityTypes |
protected SecurityTypes |
ComplexManyToManyRelationshipMetadata.securityTypes |
| Modifier and Type | Method and Description |
|---|---|
Optional<SecurityTypes> |
ComplexOneToManyRelationshipMetadata.getSecurityTypes() |
Optional<SecurityTypes> |
ComplexManyToManyRelationshipMetadata.getSecurityTypes() |
| Modifier and Type | Method and Description |
|---|---|
ComplexOneToManyRelationshipMetadata.Builder |
ComplexOneToManyRelationshipMetadata.Builder.securityTypes(SecurityTypes securityTypes) |
ComplexManyToManyRelationshipMetadata.Builder |
ComplexManyToManyRelationshipMetadata.Builder.securityTypes(SecurityTypes securityTypes) |
ComplexOneToManyRelationshipMetadata |
ComplexOneToManyRelationshipMetadata.withSecurityTypes(SecurityTypes securityTypes) |
ComplexManyToManyRelationshipMetadata |
ComplexManyToManyRelationshipMetadata.withSecurityTypes(SecurityTypes securityTypes) |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityTypes |
RelationshipMetadataBase.securityTypes |
| Modifier and Type | Method and Description |
|---|---|
Optional<SecurityTypes> |
RelationshipMetadataBase.getSecurityTypes() |
| Modifier and Type | Method and Description |
|---|---|
ManyToManyRelationshipMetadata.Builder |
ManyToManyRelationshipMetadata.Builder.securityTypes(SecurityTypes securityTypes) |
OneToManyRelationshipMetadata.Builder |
OneToManyRelationshipMetadata.Builder.securityTypes(SecurityTypes securityTypes) |
RelationshipMetadataBase |
RelationshipMetadataBase.withSecurityTypes(SecurityTypes securityTypes) |
| Modifier and Type | Method and Description |
|---|---|
static SecurityTypes |
SecurityTypes.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.
|
Copyright © 2018–2021. All rights reserved.