| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.Builder.build() |
Attribute |
Attribute.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Attribute |
Attribute.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Attribute |
Attribute.withAttributeid(String attributeid) |
Attribute |
Attribute.withComponentstate(Integer componentstate) |
Attribute |
Attribute.withExternalname(String externalname) |
Attribute |
Attribute.withLogicalname(String logicalname) |
Attribute |
Attribute.withManagedpropertylogicalname(String managedpropertylogicalname) |
Attribute |
Attribute.withManagedpropertyparentattributename(String managedpropertyparentattributename) |
Attribute |
Attribute.withName(String name) |
Attribute |
Attribute.withOverwritetime(OffsetDateTime overwritetime) |
Attribute |
Attribute.withPhysicalname(String physicalname) |
Attribute |
Attribute.withSolutionid(String solutionid) |
Attribute |
Attribute.withTablecolumnname(String tablecolumnname) |
Attribute |
Attribute.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.