public class Msdyn_solutionhistory extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Msdyn_solutionhistory.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
msdyn_activityid |
protected String |
msdyn_correlationid |
protected OffsetDateTime |
msdyn_endtime |
protected String |
msdyn_errorcode |
protected String |
msdyn_exceptionmessage |
protected String |
msdyn_exceptionstack |
protected Boolean |
msdyn_ismanaged |
protected Boolean |
msdyn_isoverwritecustomizations |
protected Boolean |
msdyn_ispatch |
protected String |
msdyn_name |
protected Integer |
msdyn_operation |
protected String |
msdyn_packagename |
protected String |
msdyn_packageversion |
protected String |
msdyn_publisherid |
protected String |
msdyn_publishername |
protected Boolean |
msdyn_result |
protected String |
msdyn_solutionhistoryid |
protected String |
msdyn_solutionid |
protected String |
msdyn_solutionversion |
protected OffsetDateTime |
msdyn_starttime |
protected Integer |
msdyn_status |
protected Integer |
msdyn_suboperation |
protected Integer |
msdyn_totaltime |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Msdyn_solutionhistory() |
protected Boolean msdyn_ismanaged
protected OffsetDateTime msdyn_endtime
protected String msdyn_correlationid
protected Integer msdyn_status
protected String msdyn_activityid
protected Integer msdyn_totaltime
protected String msdyn_solutionid
protected Integer msdyn_operation
protected OffsetDateTime msdyn_starttime
protected String msdyn_exceptionmessage
protected Boolean msdyn_result
protected String msdyn_packagename
protected String msdyn_publishername
protected Boolean msdyn_ispatch
protected String msdyn_publisherid
protected Boolean msdyn_isoverwritecustomizations
protected Integer msdyn_suboperation
protected String msdyn_packageversion
protected String msdyn_exceptionstack
protected String msdyn_solutionversion
protected String msdyn_name
protected String msdyn_errorcode
protected String msdyn_solutionhistoryid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Msdyn_solutionhistory.Builder builderMsdyn_solutionhistory()
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 Msdyn_solutionhistory withMsdyn_ismanaged(Boolean msdyn_ismanaged)
public Optional<OffsetDateTime> getMsdyn_endtime()
public Msdyn_solutionhistory withMsdyn_endtime(OffsetDateTime msdyn_endtime)
public Msdyn_solutionhistory withMsdyn_correlationid(String msdyn_correlationid)
public Msdyn_solutionhistory withMsdyn_status(Integer msdyn_status)
public Msdyn_solutionhistory withMsdyn_activityid(String msdyn_activityid)
public Msdyn_solutionhistory withMsdyn_totaltime(Integer msdyn_totaltime)
public Msdyn_solutionhistory withMsdyn_solutionid(String msdyn_solutionid)
public Msdyn_solutionhistory withMsdyn_operation(Integer msdyn_operation)
public Optional<OffsetDateTime> getMsdyn_starttime()
public Msdyn_solutionhistory withMsdyn_starttime(OffsetDateTime msdyn_starttime)
public Msdyn_solutionhistory withMsdyn_exceptionmessage(String msdyn_exceptionmessage)
public Msdyn_solutionhistory withMsdyn_result(Boolean msdyn_result)
public Msdyn_solutionhistory withMsdyn_packagename(String msdyn_packagename)
public Msdyn_solutionhistory withMsdyn_publishername(String msdyn_publishername)
public Msdyn_solutionhistory withMsdyn_ispatch(Boolean msdyn_ispatch)
public Msdyn_solutionhistory withMsdyn_publisherid(String msdyn_publisherid)
public Msdyn_solutionhistory withMsdyn_isoverwritecustomizations(Boolean msdyn_isoverwritecustomizations)
public Msdyn_solutionhistory withMsdyn_suboperation(Integer msdyn_suboperation)
public Msdyn_solutionhistory withMsdyn_packageversion(String msdyn_packageversion)
public Msdyn_solutionhistory withMsdyn_exceptionstack(String msdyn_exceptionstack)
public Msdyn_solutionhistory withMsdyn_solutionversion(String msdyn_solutionversion)
public Msdyn_solutionhistory withMsdyn_name(String msdyn_name)
public Msdyn_solutionhistory withMsdyn_errorcode(String msdyn_errorcode)
public Msdyn_solutionhistory withMsdyn_solutionhistoryid(String msdyn_solutionhistoryid)
public Msdyn_solutionhistory 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 Msdyn_solutionhistory 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 Msdyn_solutionhistory 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.