public class Managedproperty extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Managedproperty.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
componentstate |
protected String |
enablesattributename |
protected String |
enablesentityname |
protected String |
logicalname |
protected String |
managedpropertyid |
protected String |
managedpropertyrowid |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Managedproperty() |
protected String managedpropertyid
protected String solutionid
protected String managedpropertyrowid
protected String enablesattributename
protected Integer componentstate
protected String logicalname
protected OffsetDateTime overwritetime
protected String enablesentityname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Managedproperty.Builder builderManagedproperty()
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 Managedproperty withManagedpropertyid(String managedpropertyid)
public Managedproperty withSolutionid(String solutionid)
public Managedproperty withManagedpropertyrowid(String managedpropertyrowid)
public Managedproperty withEnablesattributename(String enablesattributename)
public Managedproperty withComponentstate(Integer componentstate)
public Managedproperty withLogicalname(String logicalname)
public Optional<OffsetDateTime> getOverwritetime()
public Managedproperty withOverwritetime(OffsetDateTime overwritetime)
public Managedproperty withEnablesentityname(String enablesentityname)
public Managedproperty withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Managedproperty 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 Managedproperty 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–2020. All rights reserved.