| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanOptionSetMetadata |
class |
OptionSetMetadata |
| Modifier and Type | Method and Description |
|---|---|
OptionSetMetadataBase |
OptionSetMetadataBase.Builder.build() |
OptionSetMetadataBase |
OptionSetMetadataBase.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
OptionSetMetadataBase |
OptionSetMetadataBase.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
OptionSetMetadataBase |
OptionSetMetadataBase.withDescription(Label description) |
OptionSetMetadataBase |
OptionSetMetadataBase.withDisplayName(Label displayName) |
OptionSetMetadataBase |
OptionSetMetadataBase.withExternalTypeName(String externalTypeName) |
OptionSetMetadataBase |
OptionSetMetadataBase.withIntroducedVersion(String introducedVersion) |
OptionSetMetadataBase |
OptionSetMetadataBase.withIsCustomizable(BooleanManagedProperty isCustomizable) |
OptionSetMetadataBase |
OptionSetMetadataBase.withIsCustomOptionSet(Boolean isCustomOptionSet) |
OptionSetMetadataBase |
OptionSetMetadataBase.withIsGlobal(Boolean isGlobal) |
OptionSetMetadataBase |
OptionSetMetadataBase.withIsManaged(Boolean isManaged) |
OptionSetMetadataBase |
OptionSetMetadataBase.withName(String name) |
OptionSetMetadataBase |
OptionSetMetadataBase.withOptionSetType(OptionSetType optionSetType) |
OptionSetMetadataBase |
OptionSetMetadataBase.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.