public class Attribute extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeid |
protected Integer |
componentstate |
protected String |
externalname |
protected String |
logicalname |
protected String |
managedpropertylogicalname |
protected String |
managedpropertyparentattributename |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
physicalname |
protected String |
solutionid |
protected String |
tablecolumnname |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Attribute() |
protected Integer componentstate
protected OffsetDateTime overwritetime
protected String externalname
protected String logicalname
protected String managedpropertyparentattributename
protected String name
protected String managedpropertylogicalname
protected String attributeid
protected String physicalname
protected String solutionid
protected String tablecolumnname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Attribute.Builder builderAttribute()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Optional<OffsetDateTime> getOverwritetime()
public Attribute withOverwritetime(OffsetDateTime overwritetime)
public Optional<String> getManagedpropertyparentattributename()
public Attribute withManagedpropertyparentattributename(String managedpropertyparentattributename)
public Attribute withManagedpropertylogicalname(String managedpropertylogicalname)
public Attribute withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SolutioncomponentattributeconfigurationCollectionRequest getAttribute_solutioncomponentattrconfig()
public RelationshipattributeCollectionRequest getReferencingdattribute_relationshipattribute()
public RelationshipattributeCollectionRequest getReferencedattribute_relationshipattribute()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Attribute patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Attribute put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.