Package microsoft.dynamics.crm.entity
Class Appmoduleroles
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Appmoduleroles
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Appmoduleroles extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppmoduleroles.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_appmoduleid_valueprotected UUID_roleid_valueprotected UUIDappmoduleroleidprotected UUIDappmoduleroleiduniqueprotected Integercomponentstateprotected Stringintroducedversionprotected Booleanismanagedprotected OffsetDateTimeoverwritetimeprotected UUIDsolutionidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppmoduleroles()
-
Method Summary
-
-
-
Field Detail
-
solutionid
protected UUID solutionid
-
appmoduleroleidunique
protected UUID appmoduleroleidunique
-
overwritetime
protected OffsetDateTime overwritetime
-
ismanaged
protected Boolean ismanaged
-
_appmoduleid_value
protected UUID _appmoduleid_value
-
_roleid_value
protected UUID _roleid_value
-
introducedversion
protected String introducedversion
-
appmoduleroleid
protected UUID appmoduleroleid
-
versionnumber
protected Long versionnumber
-
componentstate
protected Integer componentstate
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderAppmoduleroles
public static Appmoduleroles.Builder builderAppmoduleroles()
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
-
withSolutionid
public Appmoduleroles withSolutionid(UUID solutionid)
-
withAppmoduleroleidunique
public Appmoduleroles withAppmoduleroleidunique(UUID appmoduleroleidunique)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Appmoduleroles withOverwritetime(OffsetDateTime overwritetime)
-
withIsmanaged
public Appmoduleroles withIsmanaged(Boolean ismanaged)
-
with_appmoduleid_value
public Appmoduleroles with_appmoduleid_value(UUID _appmoduleid_value)
-
with_roleid_value
public Appmoduleroles with_roleid_value(UUID _roleid_value)
-
withIntroducedversion
public Appmoduleroles withIntroducedversion(String introducedversion)
-
withAppmoduleroleid
public Appmoduleroles withAppmoduleroleid(UUID appmoduleroleid)
-
withVersionnumber
public Appmoduleroles withVersionnumber(Long versionnumber)
-
withComponentstate
public Appmoduleroles withComponentstate(Integer componentstate)
-
withUnmappedField
public Appmoduleroles 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 Appmoduleroles 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 Appmoduleroles 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
-
-