Package microsoft.dynamics.crm.entity
Class Solutionhistorydata
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Solutionhistorydata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Solutionhistorydata extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSolutionhistorydata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringactivityidprotected Stringcorrelationidprotected OffsetDateTimeendtimeprotected Integererrorcodeprotected Stringexceptionmessageprotected Stringexceptionstackprotected Booleanismanagedprotected Booleanismicrosoftpublisherprotected Booleanisoverwritecustomizationsprotected Booleanispatchprotected Integeroperationprotected Stringpackagenameprotected Stringpackageversionprotected Stringpublishernameprotected Integerresultprotected Stringsolutionhistorydataidprotected Stringsolutionidprotected Stringsolutionnameprotected Stringsolutionversionprotected OffsetDateTimestarttimeprotected Integerstatusprotected Integersuboperation-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSolutionhistorydata()
-
Method Summary
-
-
-
Field Detail
-
ismicrosoftpublisher
protected Boolean ismicrosoftpublisher
-
status
protected Integer status
-
isoverwritecustomizations
protected Boolean isoverwritecustomizations
-
solutionid
protected String solutionid
-
solutionversion
protected String solutionversion
-
correlationid
protected String correlationid
-
solutionhistorydataid
protected String solutionhistorydataid
-
starttime
protected OffsetDateTime starttime
-
operation
protected Integer operation
-
exceptionstack
protected String exceptionstack
-
ismanaged
protected Boolean ismanaged
-
result
protected Integer result
-
errorcode
protected Integer errorcode
-
solutionname
protected String solutionname
-
endtime
protected OffsetDateTime endtime
-
packagename
protected String packagename
-
publishername
protected String publishername
-
suboperation
protected Integer suboperation
-
packageversion
protected String packageversion
-
activityid
protected String activityid
-
ispatch
protected Boolean ispatch
-
exceptionmessage
protected String exceptionmessage
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderSolutionhistorydata
public static Solutionhistorydata.Builder builderSolutionhistorydata()
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
-
withIsmicrosoftpublisher
public Solutionhistorydata withIsmicrosoftpublisher(Boolean ismicrosoftpublisher)
-
withStatus
public Solutionhistorydata withStatus(Integer status)
-
withIsoverwritecustomizations
public Solutionhistorydata withIsoverwritecustomizations(Boolean isoverwritecustomizations)
-
withSolutionid
public Solutionhistorydata withSolutionid(String solutionid)
-
withSolutionversion
public Solutionhistorydata withSolutionversion(String solutionversion)
-
withCorrelationid
public Solutionhistorydata withCorrelationid(String correlationid)
-
withSolutionhistorydataid
public Solutionhistorydata withSolutionhistorydataid(String solutionhistorydataid)
-
getStarttime
public Optional<OffsetDateTime> getStarttime()
-
withStarttime
public Solutionhistorydata withStarttime(OffsetDateTime starttime)
-
withOperation
public Solutionhistorydata withOperation(Integer operation)
-
withExceptionstack
public Solutionhistorydata withExceptionstack(String exceptionstack)
-
withIsmanaged
public Solutionhistorydata withIsmanaged(Boolean ismanaged)
-
withResult
public Solutionhistorydata withResult(Integer result)
-
withErrorcode
public Solutionhistorydata withErrorcode(Integer errorcode)
-
withSolutionname
public Solutionhistorydata withSolutionname(String solutionname)
-
getEndtime
public Optional<OffsetDateTime> getEndtime()
-
withEndtime
public Solutionhistorydata withEndtime(OffsetDateTime endtime)
-
withPackagename
public Solutionhistorydata withPackagename(String packagename)
-
withPublishername
public Solutionhistorydata withPublishername(String publishername)
-
withSuboperation
public Solutionhistorydata withSuboperation(Integer suboperation)
-
withPackageversion
public Solutionhistorydata withPackageversion(String packageversion)
-
withActivityid
public Solutionhistorydata withActivityid(String activityid)
-
withIspatch
public Solutionhistorydata withIspatch(Boolean ispatch)
-
withExceptionmessage
public Solutionhistorydata withExceptionmessage(String exceptionmessage)
-
withUnmappedField
public Solutionhistorydata 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 Solutionhistorydata 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 Solutionhistorydata 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
-
-