Package microsoft.dynamics.crm.entity
Class Appconfig
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Appconfig
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Appconfig extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppconfig.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_appmoduleid_valueprotected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_organizationid_valueprotected UUIDappconfigidprotected UUIDappconfigiduniqueprotected Stringappconfigimportxmlprotected Integercomponentstateprotected OffsetDateTimecreatedonprotected Integerimportsequencenumberprotected Stringintroducedversionprotected Booleanismanagedprotected OffsetDateTimemodifiedonprotected OffsetDateTimeoverriddencreatedonprotected OffsetDateTimeoverwritetimeprotected UUIDsolutionidprotected Integerstatecodeprotected Integerstatuscodeprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppconfig()
-
Method Summary
-
-
-
Field Detail
-
componentstate
protected Integer componentstate
-
solutionid
protected UUID solutionid
-
_organizationid_value
protected UUID _organizationid_value
-
versionnumber
protected Long versionnumber
-
ismanaged
protected Boolean ismanaged
-
appconfigimportxml
protected String appconfigimportxml
-
appconfigidunique
protected UUID appconfigidunique
-
modifiedon
protected OffsetDateTime modifiedon
-
createdon
protected OffsetDateTime createdon
-
_createdby_value
protected UUID _createdby_value
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
overwritetime
protected OffsetDateTime overwritetime
-
importsequencenumber
protected Integer importsequencenumber
-
introducedversion
protected String introducedversion
-
_modifiedby_value
protected UUID _modifiedby_value
-
_appmoduleid_value
protected UUID _appmoduleid_value
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
appconfigid
protected UUID appconfigid
-
statecode
protected Integer statecode
-
statuscode
protected Integer statuscode
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderAppconfig
public static Appconfig.Builder builderAppconfig()
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
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Appconfig withModifiedon(OffsetDateTime modifiedon)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Appconfig withCreatedon(OffsetDateTime createdon)
-
with_createdonbehalfby_value
public Appconfig with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Appconfig withOverwritetime(OffsetDateTime overwritetime)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Appconfig withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
with_modifiedonbehalfby_value
public Appconfig with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withUnmappedField
public Appconfig withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getAppmodule_appconfig
public AppmoduleRequest getAppmodule_appconfig()
-
getAppconfig_modifiedby
public SystemuserRequest getAppconfig_modifiedby()
-
getAppconfig_modifiedonbehalfby
public SystemuserRequest getAppconfig_modifiedonbehalfby()
-
getAppconfig_navigationsetting
public NavigationsettingCollectionRequest getAppconfig_navigationsetting()
-
getAppconfig_createdonbehalfby
public SystemuserRequest getAppconfig_createdonbehalfby()
-
getAppconfig_appconfiginstance
public AppconfiginstanceCollectionRequest getAppconfig_appconfiginstance()
-
getAppconfig_createdby
public SystemuserRequest getAppconfig_createdby()
-
getOrganization_appconfig
public OrganizationRequest getOrganization_appconfig()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Appconfig 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 Appconfig 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
-
retrieveUnpublished
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Appconfig> retrieveUnpublished()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-