Package microsoft.dynamics.crm.entity
Class Ribbonmetadatatoprocess
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Ribbonmetadatatoprocess
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Ribbonmetadatatoprocess extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRibbonmetadatatoprocess.Builder
-
Field Summary
Fields Modifier and Type Field Description protected OffsetDateTimecompletedonprotected OffsetDateTimecreatedonprotected Stringentitynameprotected Stringexceptionmessageprotected Integerisdbupdateprotected OffsetDateTimeprocessedonprotected Integerretrycountprotected Stringribbonmetadatarowidprotected Stringsolutionidprotected Stringsolutionnameprotected Integerstatus-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRibbonmetadatatoprocess()
-
Method Summary
-
-
-
Field Detail
-
exceptionmessage
protected String exceptionmessage
-
solutionname
protected String solutionname
-
createdon
protected OffsetDateTime createdon
-
retrycount
protected Integer retrycount
-
entityname
protected String entityname
-
processedon
protected OffsetDateTime processedon
-
completedon
protected OffsetDateTime completedon
-
status
protected Integer status
-
ribbonmetadatarowid
protected String ribbonmetadatarowid
-
solutionid
protected String solutionid
-
isdbupdate
protected Integer isdbupdate
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderRibbonmetadatatoprocess
public static Ribbonmetadatatoprocess.Builder builderRibbonmetadatatoprocess()
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
-
withExceptionmessage
public Ribbonmetadatatoprocess withExceptionmessage(String exceptionmessage)
-
withSolutionname
public Ribbonmetadatatoprocess withSolutionname(String solutionname)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Ribbonmetadatatoprocess withCreatedon(OffsetDateTime createdon)
-
withRetrycount
public Ribbonmetadatatoprocess withRetrycount(Integer retrycount)
-
withEntityname
public Ribbonmetadatatoprocess withEntityname(String entityname)
-
getProcessedon
public Optional<OffsetDateTime> getProcessedon()
-
withProcessedon
public Ribbonmetadatatoprocess withProcessedon(OffsetDateTime processedon)
-
getCompletedon
public Optional<OffsetDateTime> getCompletedon()
-
withCompletedon
public Ribbonmetadatatoprocess withCompletedon(OffsetDateTime completedon)
-
withStatus
public Ribbonmetadatatoprocess withStatus(Integer status)
-
withRibbonmetadatarowid
public Ribbonmetadatatoprocess withRibbonmetadatarowid(String ribbonmetadatarowid)
-
withSolutionid
public Ribbonmetadatatoprocess withSolutionid(String solutionid)
-
withIsdbupdate
public Ribbonmetadatatoprocess withIsdbupdate(Integer isdbupdate)
-
withUnmappedField
public Ribbonmetadatatoprocess 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 Ribbonmetadatatoprocess 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 Ribbonmetadatatoprocess 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
-
-