public class Entityimageconfig extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Entityimageconfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentidunique |
protected Integer |
componentstate |
protected String |
entityimageconfigid |
protected Boolean |
ismanaged |
protected OffsetDateTime |
overwritetime |
protected String |
parententitylogicalname |
protected String |
primaryimageattribute |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Entityimageconfig() |
protected Integer componentstate
protected Long versionnumber
protected OffsetDateTime overwritetime
protected String parententitylogicalname
protected String solutionid
protected String primaryimageattribute
protected String componentidunique
protected Boolean ismanaged
protected String entityimageconfigid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Entityimageconfig.Builder builderEntityimageconfig()
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 Entityimageconfig withComponentstate(Integer componentstate)
public Entityimageconfig withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getOverwritetime()
public Entityimageconfig withOverwritetime(OffsetDateTime overwritetime)
public Entityimageconfig withParententitylogicalname(String parententitylogicalname)
public Entityimageconfig withSolutionid(String solutionid)
public Entityimageconfig withPrimaryimageattribute(String primaryimageattribute)
public Entityimageconfig withComponentidunique(String componentidunique)
public Entityimageconfig withIsmanaged(Boolean ismanaged)
public Entityimageconfig withEntityimageconfigid(String entityimageconfigid)
public Entityimageconfig withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SyncerrorCollectionRequest getEntityimageconfig_SyncErrors()
public AsyncoperationCollectionRequest getEntityimageconfig_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getEntityimageconfig_MailboxTrackingFolders()
public BulkdeletefailureCollectionRequest getEntityimageconfig_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getEntityimageconfig_PrincipalObjectAttributeAccesses()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Entityimageconfig 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 Entityimageconfig 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.