public class Ribbonmetadatatoprocess extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Ribbonmetadatatoprocess.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
completedon |
protected OffsetDateTime |
createdon |
protected String |
entityname |
protected String |
exceptionmessage |
protected Integer |
isdbupdate |
protected OffsetDateTime |
processedon |
protected Integer |
retrycount |
protected String |
ribbonmetadatarowid |
protected String |
solutionid |
protected String |
solutionname |
protected Integer |
status |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Ribbonmetadatatoprocess() |
protected String exceptionmessage
protected String solutionname
protected OffsetDateTime createdon
protected Integer retrycount
protected String entityname
protected OffsetDateTime processedon
protected OffsetDateTime completedon
protected Integer status
protected String ribbonmetadatarowid
protected String solutionid
protected Integer isdbupdate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Ribbonmetadatatoprocess.Builder builderRibbonmetadatatoprocess()
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 Ribbonmetadatatoprocess withExceptionmessage(String exceptionmessage)
public Ribbonmetadatatoprocess withSolutionname(String solutionname)
public Optional<OffsetDateTime> getCreatedon()
public Ribbonmetadatatoprocess withCreatedon(OffsetDateTime createdon)
public Ribbonmetadatatoprocess withRetrycount(Integer retrycount)
public Ribbonmetadatatoprocess withEntityname(String entityname)
public Optional<OffsetDateTime> getProcessedon()
public Ribbonmetadatatoprocess withProcessedon(OffsetDateTime processedon)
public Optional<OffsetDateTime> getCompletedon()
public Ribbonmetadatatoprocess withCompletedon(OffsetDateTime completedon)
public Ribbonmetadatatoprocess withStatus(Integer status)
public Ribbonmetadatatoprocess withRibbonmetadatarowid(String ribbonmetadatarowid)
public Ribbonmetadatatoprocess withSolutionid(String solutionid)
public Ribbonmetadatatoprocess withIsdbupdate(Integer isdbupdate)
public Ribbonmetadatatoprocess 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 Ribbonmetadatatoprocess 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 Ribbonmetadatatoprocess 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.