public class Attributeimageconfig extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Attributeimageconfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeimageconfigid |
protected String |
attributelogicalname |
protected Boolean |
canstorefullimage |
protected String |
componentidunique |
protected Integer |
componentstate |
protected Boolean |
ismanaged |
protected OffsetDateTime |
overwritetime |
protected String |
parententitylogicalname |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Attributeimageconfig() |
protected String componentidunique
protected Long versionnumber
protected String solutionid
protected Integer componentstate
protected String parententitylogicalname
protected Boolean ismanaged
protected Boolean canstorefullimage
protected String attributeimageconfigid
protected OffsetDateTime overwritetime
protected String attributelogicalname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Attributeimageconfig.Builder builderAttributeimageconfig()
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 Attributeimageconfig withComponentidunique(String componentidunique)
public Attributeimageconfig withVersionnumber(Long versionnumber)
public Attributeimageconfig withSolutionid(String solutionid)
public Attributeimageconfig withComponentstate(Integer componentstate)
public Attributeimageconfig withParententitylogicalname(String parententitylogicalname)
public Attributeimageconfig withIsmanaged(Boolean ismanaged)
public Attributeimageconfig withCanstorefullimage(Boolean canstorefullimage)
public Attributeimageconfig withAttributeimageconfigid(String attributeimageconfigid)
public Optional<OffsetDateTime> getOverwritetime()
public Attributeimageconfig withOverwritetime(OffsetDateTime overwritetime)
public Attributeimageconfig withAttributelogicalname(String attributelogicalname)
public Attributeimageconfig withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SyncerrorCollectionRequest getAttributeimageconfig_SyncErrors()
public AsyncoperationCollectionRequest getAttributeimageconfig_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getAttributeimageconfig_MailboxTrackingFolders()
public BulkdeletefailureCollectionRequest getAttributeimageconfig_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getAttributeimageconfig_PrincipalObjectAttributeAccesses()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Attributeimageconfig 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 Attributeimageconfig 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.