Package microsoft.dynamics.crm.entity
Class Serviceplanappmodules
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Serviceplanappmodules
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Serviceplanappmodules extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceplanappmodules.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUIDappmoduleidprotected UUIDcomponentiduniqueprotected Integercomponentstateprotected BooleanManagedPropertyiscustomizableprotected Booleanismanagedprotected OffsetDateTimeoverwritetimeprotected UUIDserviceplanappmodulesidprotected UUIDserviceplanidprotected UUIDsolutionidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceplanappmodules()
-
Method Summary
-
-
-
Field Detail
-
overwritetime
protected OffsetDateTime overwritetime
-
componentstate
protected Integer componentstate
-
appmoduleid
protected UUID appmoduleid
-
componentidunique
protected UUID componentidunique
-
solutionid
protected UUID solutionid
-
versionnumber
protected Long versionnumber
-
serviceplanid
protected UUID serviceplanid
-
serviceplanappmodulesid
protected UUID serviceplanappmodulesid
-
iscustomizable
protected BooleanManagedProperty iscustomizable
-
ismanaged
protected Boolean ismanaged
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderServiceplanappmodules
public static Serviceplanappmodules.Builder builderServiceplanappmodules()
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
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Serviceplanappmodules withOverwritetime(OffsetDateTime overwritetime)
-
withComponentstate
public Serviceplanappmodules withComponentstate(Integer componentstate)
-
withAppmoduleid
public Serviceplanappmodules withAppmoduleid(UUID appmoduleid)
-
withComponentidunique
public Serviceplanappmodules withComponentidunique(UUID componentidunique)
-
withSolutionid
public Serviceplanappmodules withSolutionid(UUID solutionid)
-
withVersionnumber
public Serviceplanappmodules withVersionnumber(Long versionnumber)
-
withServiceplanid
public Serviceplanappmodules withServiceplanid(UUID serviceplanid)
-
withServiceplanappmodulesid
public Serviceplanappmodules withServiceplanappmodulesid(UUID serviceplanappmodulesid)
-
getIscustomizable
public Optional<BooleanManagedProperty> getIscustomizable()
-
withIscustomizable
public Serviceplanappmodules withIscustomizable(BooleanManagedProperty iscustomizable)
-
withIsmanaged
public Serviceplanappmodules withIsmanaged(Boolean ismanaged)
-
withUnmappedField
public Serviceplanappmodules withUnmappedField(String name, Object 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 Serviceplanappmodules 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 Serviceplanappmodules 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
-
-