| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.enums |
| Modifier and Type | Field and Description |
|---|---|
protected OptionSetType |
ComplexOptionSetMetadata.optionSetType |
protected OptionSetType |
ComplexBooleanOptionSetMetadata.optionSetType |
| Modifier and Type | Method and Description |
|---|---|
Optional<OptionSetType> |
ComplexOptionSetMetadata.getOptionSetType() |
Optional<OptionSetType> |
ComplexBooleanOptionSetMetadata.getOptionSetType() |
| Modifier and Type | Method and Description |
|---|---|
ComplexOptionSetMetadata.Builder |
ComplexOptionSetMetadata.Builder.optionSetType(OptionSetType optionSetType) |
ComplexBooleanOptionSetMetadata.Builder |
ComplexBooleanOptionSetMetadata.Builder.optionSetType(OptionSetType optionSetType) |
ComplexOptionSetMetadata |
ComplexOptionSetMetadata.withOptionSetType(OptionSetType optionSetType) |
ComplexBooleanOptionSetMetadata |
ComplexBooleanOptionSetMetadata.withOptionSetType(OptionSetType optionSetType) |
| Modifier and Type | Field and Description |
|---|---|
protected OptionSetType |
OptionSetMetadataBase.optionSetType |
| Modifier and Type | Method and Description |
|---|---|
Optional<OptionSetType> |
OptionSetMetadataBase.getOptionSetType() |
| Modifier and Type | Method and Description |
|---|---|
OptionSetMetadataBase.Builder |
OptionSetMetadataBase.Builder.optionSetType(OptionSetType optionSetType) |
BooleanOptionSetMetadata.Builder |
BooleanOptionSetMetadata.Builder.optionSetType(OptionSetType optionSetType) |
OptionSetMetadata.Builder |
OptionSetMetadata.Builder.optionSetType(OptionSetType optionSetType) |
OptionSetMetadataBase |
OptionSetMetadataBase.withOptionSetType(OptionSetType optionSetType) |
| Modifier and Type | Method and Description |
|---|---|
static OptionSetType |
OptionSetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionSetType[] |
OptionSetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.