Package microsoft.dynamics.crm.entity
Class Msdyn_solutionhistory
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Msdyn_solutionhistory
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Msdyn_solutionhistory extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMsdyn_solutionhistory.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringmsdyn_activityidprotected Stringmsdyn_correlationidprotected OffsetDateTimemsdyn_endtimeprotected Stringmsdyn_errorcodeprotected Stringmsdyn_exceptionmessageprotected Stringmsdyn_exceptionstackprotected Booleanmsdyn_ismanagedprotected Booleanmsdyn_isoverwritecustomizationsprotected Booleanmsdyn_ispatchprotected Stringmsdyn_nameprotected Integermsdyn_operationprotected Stringmsdyn_packagenameprotected Stringmsdyn_packageversionprotected Stringmsdyn_publisheridprotected Stringmsdyn_publishernameprotected Booleanmsdyn_resultprotected Stringmsdyn_solutionhistoryidprotected Stringmsdyn_solutionidprotected Stringmsdyn_solutionversionprotected OffsetDateTimemsdyn_starttimeprotected Integermsdyn_statusprotected Integermsdyn_suboperationprotected Integermsdyn_totaltime-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMsdyn_solutionhistory()
-
Method Summary
-
-
-
Field Detail
-
msdyn_ismanaged
protected Boolean msdyn_ismanaged
-
msdyn_endtime
protected OffsetDateTime msdyn_endtime
-
msdyn_correlationid
protected String msdyn_correlationid
-
msdyn_status
protected Integer msdyn_status
-
msdyn_activityid
protected String msdyn_activityid
-
msdyn_totaltime
protected Integer msdyn_totaltime
-
msdyn_solutionid
protected String msdyn_solutionid
-
msdyn_operation
protected Integer msdyn_operation
-
msdyn_starttime
protected OffsetDateTime msdyn_starttime
-
msdyn_exceptionmessage
protected String msdyn_exceptionmessage
-
msdyn_result
protected Boolean msdyn_result
-
msdyn_packagename
protected String msdyn_packagename
-
msdyn_publishername
protected String msdyn_publishername
-
msdyn_ispatch
protected Boolean msdyn_ispatch
-
msdyn_publisherid
protected String msdyn_publisherid
-
msdyn_isoverwritecustomizations
protected Boolean msdyn_isoverwritecustomizations
-
msdyn_suboperation
protected Integer msdyn_suboperation
-
msdyn_packageversion
protected String msdyn_packageversion
-
msdyn_exceptionstack
protected String msdyn_exceptionstack
-
msdyn_solutionversion
protected String msdyn_solutionversion
-
msdyn_name
protected String msdyn_name
-
msdyn_errorcode
protected String msdyn_errorcode
-
msdyn_solutionhistoryid
protected String msdyn_solutionhistoryid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderMsdyn_solutionhistory
public static Msdyn_solutionhistory.Builder builderMsdyn_solutionhistory()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withMsdyn_ismanaged
public Msdyn_solutionhistory withMsdyn_ismanaged(Boolean msdyn_ismanaged)
-
getMsdyn_endtime
public Optional<OffsetDateTime> getMsdyn_endtime()
-
withMsdyn_endtime
public Msdyn_solutionhistory withMsdyn_endtime(OffsetDateTime msdyn_endtime)
-
withMsdyn_correlationid
public Msdyn_solutionhistory withMsdyn_correlationid(String msdyn_correlationid)
-
withMsdyn_status
public Msdyn_solutionhistory withMsdyn_status(Integer msdyn_status)
-
withMsdyn_activityid
public Msdyn_solutionhistory withMsdyn_activityid(String msdyn_activityid)
-
withMsdyn_totaltime
public Msdyn_solutionhistory withMsdyn_totaltime(Integer msdyn_totaltime)
-
withMsdyn_solutionid
public Msdyn_solutionhistory withMsdyn_solutionid(String msdyn_solutionid)
-
withMsdyn_operation
public Msdyn_solutionhistory withMsdyn_operation(Integer msdyn_operation)
-
getMsdyn_starttime
public Optional<OffsetDateTime> getMsdyn_starttime()
-
withMsdyn_starttime
public Msdyn_solutionhistory withMsdyn_starttime(OffsetDateTime msdyn_starttime)
-
withMsdyn_exceptionmessage
public Msdyn_solutionhistory withMsdyn_exceptionmessage(String msdyn_exceptionmessage)
-
withMsdyn_result
public Msdyn_solutionhistory withMsdyn_result(Boolean msdyn_result)
-
withMsdyn_packagename
public Msdyn_solutionhistory withMsdyn_packagename(String msdyn_packagename)
-
withMsdyn_publishername
public Msdyn_solutionhistory withMsdyn_publishername(String msdyn_publishername)
-
withMsdyn_ispatch
public Msdyn_solutionhistory withMsdyn_ispatch(Boolean msdyn_ispatch)
-
withMsdyn_publisherid
public Msdyn_solutionhistory withMsdyn_publisherid(String msdyn_publisherid)
-
withMsdyn_isoverwritecustomizations
public Msdyn_solutionhistory withMsdyn_isoverwritecustomizations(Boolean msdyn_isoverwritecustomizations)
-
withMsdyn_suboperation
public Msdyn_solutionhistory withMsdyn_suboperation(Integer msdyn_suboperation)
-
withMsdyn_packageversion
public Msdyn_solutionhistory withMsdyn_packageversion(String msdyn_packageversion)
-
withMsdyn_exceptionstack
public Msdyn_solutionhistory withMsdyn_exceptionstack(String msdyn_exceptionstack)
-
withMsdyn_solutionversion
public Msdyn_solutionhistory withMsdyn_solutionversion(String msdyn_solutionversion)
-
withMsdyn_name
public Msdyn_solutionhistory withMsdyn_name(String msdyn_name)
-
withMsdyn_errorcode
public Msdyn_solutionhistory withMsdyn_errorcode(String msdyn_errorcode)
-
withMsdyn_solutionhistoryid
public Msdyn_solutionhistory withMsdyn_solutionhistoryid(String msdyn_solutionhistoryid)
-
withUnmappedField
public Msdyn_solutionhistory withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Msdyn_solutionhistory patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Msdyn_solutionhistory put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-