Package microsoft.dynamics.crm.entity
Class Solutioncomponent
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Solutioncomponent
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Solutioncomponent extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSolutioncomponent.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String_createdby_valueprotected String_createdonbehalfby_valueprotected String_modifiedby_valueprotected String_modifiedonbehalfby_valueprotected String_solutionid_valueprotected Integercomponenttypeprotected OffsetDateTimecreatedonprotected Booleanismetadataprotected OffsetDateTimemodifiedonprotected Stringobjectidprotected Integerrootcomponentbehaviorprotected Stringrootsolutioncomponentidprotected Stringsolutioncomponentidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSolutioncomponent()
-
Method Summary
-
-
-
Field Detail
-
createdon
protected OffsetDateTime createdon
-
componenttype
protected Integer componenttype
-
rootcomponentbehavior
protected Integer rootcomponentbehavior
-
modifiedon
protected OffsetDateTime modifiedon
-
versionnumber
protected Long versionnumber
-
_modifiedonbehalfby_value
protected String _modifiedonbehalfby_value
-
ismetadata
protected Boolean ismetadata
-
rootsolutioncomponentid
protected String rootsolutioncomponentid
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
_createdby_value
protected String _createdby_value
-
_solutionid_value
protected String _solutionid_value
-
_modifiedby_value
protected String _modifiedby_value
-
solutioncomponentid
protected String solutioncomponentid
-
objectid
protected String objectid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderSolutioncomponent
public static Solutioncomponent.Builder builderSolutioncomponent()
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
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Solutioncomponent withCreatedon(OffsetDateTime createdon)
-
withComponenttype
public Solutioncomponent withComponenttype(Integer componenttype)
-
withRootcomponentbehavior
public Solutioncomponent withRootcomponentbehavior(Integer rootcomponentbehavior)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Solutioncomponent withModifiedon(OffsetDateTime modifiedon)
-
withVersionnumber
public Solutioncomponent withVersionnumber(Long versionnumber)
-
with_modifiedonbehalfby_value
public Solutioncomponent with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
withIsmetadata
public Solutioncomponent withIsmetadata(Boolean ismetadata)
-
withRootsolutioncomponentid
public Solutioncomponent withRootsolutioncomponentid(String rootsolutioncomponentid)
-
with_createdonbehalfby_value
public Solutioncomponent with_createdonbehalfby_value(String _createdonbehalfby_value)
-
with_createdby_value
public Solutioncomponent with_createdby_value(String _createdby_value)
-
with_solutionid_value
public Solutioncomponent with_solutionid_value(String _solutionid_value)
-
with_modifiedby_value
public Solutioncomponent with_modifiedby_value(String _modifiedby_value)
-
withSolutioncomponentid
public Solutioncomponent withSolutioncomponentid(String solutioncomponentid)
-
withObjectid
public Solutioncomponent withObjectid(String objectid)
-
withUnmappedField
public Solutioncomponent withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getSolutionid
public SolutionRequest getSolutionid()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getRootsolutioncomponentid_solutioncomponent
public SolutioncomponentRequest getRootsolutioncomponentid_solutioncomponent()
-
getSolutioncomponent_parent_solutioncomponent
public SolutioncomponentCollectionRequest getSolutioncomponent_parent_solutioncomponent()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Solutioncomponent 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 Solutioncomponent 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
-
-