Package microsoft.dynamics.crm.entity
Class Customcontrolresource
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Customcontrolresource
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Customcontrolresource extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomcontrolresource.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_organizationid_valueprotected Integercomponentstateprotected OffsetDateTimecreatedonprotected UUIDcustomcontrolidprotected UUIDcustomcontrolresourceidprotected UUIDcustomcontrolresourceiduniqueprotected Stringintroducedversionprotected Booleanismanagedprotected OffsetDateTimemodifiedonprotected Stringnameprotected OffsetDateTimeoverwritetimeprotected UUIDsolutionidprotected Stringversionprotected Longversionnumberprotected Stringversionrequirementprotected UUIDwebresourceid-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomcontrolresource()
-
Method Summary
-
-
-
Field Detail
-
_organizationid_value
protected UUID _organizationid_value
-
version
protected String version
-
webresourceid
protected UUID webresourceid
-
componentstate
protected Integer componentstate
-
versionnumber
protected Long versionnumber
-
customcontrolresourceid
protected UUID customcontrolresourceid
-
versionrequirement
protected String versionrequirement
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
solutionid
protected UUID solutionid
-
overwritetime
protected OffsetDateTime overwritetime
-
modifiedon
protected OffsetDateTime modifiedon
-
_createdby_value
protected UUID _createdby_value
-
introducedversion
protected String introducedversion
-
customcontrolresourceidunique
protected UUID customcontrolresourceidunique
-
createdon
protected OffsetDateTime createdon
-
name
protected String name
-
ismanaged
protected Boolean ismanaged
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
_modifiedby_value
protected UUID _modifiedby_value
-
customcontrolid
protected UUID customcontrolid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderCustomcontrolresource
public static Customcontrolresource.Builder builderCustomcontrolresource()
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
-
with_organizationid_value
public Customcontrolresource with_organizationid_value(UUID _organizationid_value)
-
withVersion
public Customcontrolresource withVersion(String version)
-
withWebresourceid
public Customcontrolresource withWebresourceid(UUID webresourceid)
-
withComponentstate
public Customcontrolresource withComponentstate(Integer componentstate)
-
withVersionnumber
public Customcontrolresource withVersionnumber(Long versionnumber)
-
withCustomcontrolresourceid
public Customcontrolresource withCustomcontrolresourceid(UUID customcontrolresourceid)
-
withVersionrequirement
public Customcontrolresource withVersionrequirement(String versionrequirement)
-
with_modifiedonbehalfby_value
public Customcontrolresource with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withSolutionid
public Customcontrolresource withSolutionid(UUID solutionid)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Customcontrolresource withOverwritetime(OffsetDateTime overwritetime)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Customcontrolresource withModifiedon(OffsetDateTime modifiedon)
-
with_createdby_value
public Customcontrolresource with_createdby_value(UUID _createdby_value)
-
withIntroducedversion
public Customcontrolresource withIntroducedversion(String introducedversion)
-
withCustomcontrolresourceidunique
public Customcontrolresource withCustomcontrolresourceidunique(UUID customcontrolresourceidunique)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Customcontrolresource withCreatedon(OffsetDateTime createdon)
-
withName
public Customcontrolresource withName(String name)
-
withIsmanaged
public Customcontrolresource withIsmanaged(Boolean ismanaged)
-
with_createdonbehalfby_value
public Customcontrolresource with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
with_modifiedby_value
public Customcontrolresource with_modifiedby_value(UUID _modifiedby_value)
-
withCustomcontrolid
public Customcontrolresource withCustomcontrolid(UUID customcontrolid)
-
withUnmappedField
public Customcontrolresource withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCustomcontrolid_customcontrol
public CustomcontrolRequest getCustomcontrolid_customcontrol()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Customcontrolresource 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 Customcontrolresource 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
-
-