public class Solutionhistorydata extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Solutionhistorydata.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityid |
protected String |
correlationid |
protected OffsetDateTime |
endtime |
protected Integer |
errorcode |
protected String |
exceptionmessage |
protected String |
exceptionstack |
protected Boolean |
ismanaged |
protected Boolean |
ismicrosoftpublisher |
protected Boolean |
isoverwritecustomizations |
protected Boolean |
ispatch |
protected Integer |
operation |
protected String |
packagename |
protected String |
packageversion |
protected String |
publishername |
protected Integer |
result |
protected String |
solutionhistorydataid |
protected String |
solutionid |
protected String |
solutionname |
protected String |
solutionversion |
protected OffsetDateTime |
starttime |
protected Integer |
status |
protected Integer |
suboperation |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Solutionhistorydata() |
protected Boolean ismicrosoftpublisher
protected Integer status
protected Boolean isoverwritecustomizations
protected String solutionid
protected String solutionversion
protected String correlationid
protected String solutionhistorydataid
protected OffsetDateTime starttime
protected Integer operation
protected String exceptionstack
protected Boolean ismanaged
protected Integer result
protected Integer errorcode
protected String solutionname
protected OffsetDateTime endtime
protected String packagename
protected String publishername
protected Integer suboperation
protected String packageversion
protected String activityid
protected Boolean ispatch
protected String exceptionmessage
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Solutionhistorydata.Builder builderSolutionhistorydata()
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 Solutionhistorydata withIsmicrosoftpublisher(Boolean ismicrosoftpublisher)
public Solutionhistorydata withStatus(Integer status)
public Solutionhistorydata withIsoverwritecustomizations(Boolean isoverwritecustomizations)
public Solutionhistorydata withSolutionid(String solutionid)
public Solutionhistorydata withSolutionversion(String solutionversion)
public Solutionhistorydata withCorrelationid(String correlationid)
public Solutionhistorydata withSolutionhistorydataid(String solutionhistorydataid)
public Optional<OffsetDateTime> getStarttime()
public Solutionhistorydata withStarttime(OffsetDateTime starttime)
public Solutionhistorydata withOperation(Integer operation)
public Solutionhistorydata withExceptionstack(String exceptionstack)
public Solutionhistorydata withIsmanaged(Boolean ismanaged)
public Solutionhistorydata withResult(Integer result)
public Solutionhistorydata withErrorcode(Integer errorcode)
public Solutionhistorydata withSolutionname(String solutionname)
public Optional<OffsetDateTime> getEndtime()
public Solutionhistorydata withEndtime(OffsetDateTime endtime)
public Solutionhistorydata withPackagename(String packagename)
public Solutionhistorydata withPublishername(String publishername)
public Solutionhistorydata withSuboperation(Integer suboperation)
public Solutionhistorydata withPackageversion(String packageversion)
public Solutionhistorydata withActivityid(String activityid)
public Solutionhistorydata withIspatch(Boolean ispatch)
public Solutionhistorydata withExceptionmessage(String exceptionmessage)
public Solutionhistorydata 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 Solutionhistorydata 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 Solutionhistorydata 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.