| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
ManagedPropertyMetadata |
ManagedPropertyMetadata.Builder.build() |
ManagedPropertyMetadata |
ManagedPropertyMetadata.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedPropertyMetadata |
ManagedPropertyMetadata.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withDescription(Label description) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withDisplayName(Label displayName) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withEnablesAttributeName(String enablesAttributeName) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withEnablesEntityName(String enablesEntityName) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withErrorCode(Integer errorCode) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withEvaluationPriority(ManagedPropertyEvaluationPriority evaluationPriority) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withIntroducedVersion(String introducedVersion) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withIsGlobalForOperation(Boolean isGlobalForOperation) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withIsPrivate(Boolean isPrivate) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withLogicalName(String logicalName) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withManagedPropertyType(ManagedPropertyType managedPropertyType) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withOperation(ManagedPropertyOperation operation) |
ManagedPropertyMetadata |
ManagedPropertyMetadata.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.