Package microsoft.dynamics.crm.entity
Class Appmodule
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Appmodule
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Appmodule extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppmodule.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppmodule()
-
Method Summary
-
-
-
Field Detail
-
appmodulexmlmanaged
protected String appmodulexmlmanaged
-
webresourceid
protected UUID webresourceid
-
uniquename
protected String uniquename
-
componentstate
protected Integer componentstate
-
createdon
protected OffsetDateTime createdon
-
publishedon
protected OffsetDateTime publishedon
-
overwritetime
protected OffsetDateTime overwritetime
-
url
protected String url
-
appmoduleversion
protected String appmoduleversion
-
appmoduleidunique
protected UUID appmoduleidunique
-
clienttype
protected Integer clienttype
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
isdefault
protected Boolean isdefault
-
navigationtype
protected Integer navigationtype
-
versionnumber
protected Long versionnumber
-
ismanaged
protected Boolean ismanaged
-
formfactor
protected Integer formfactor
-
_modifiedby_value
protected UUID _modifiedby_value
-
introducedversion
protected String introducedversion
-
modifiedon
protected OffsetDateTime modifiedon
-
welcomepageid
protected UUID welcomepageid
-
name
protected String name
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
appmoduleid
protected UUID appmoduleid
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
solutionid
protected UUID solutionid
-
isfeatured
protected Boolean isfeatured
-
description
protected String description
-
configxml
protected String configxml
-
eventhandlers
protected String eventhandlers
-
_publisherid_value
protected UUID _publisherid_value
-
optimizedfor
protected String optimizedfor
-
_createdby_value
protected UUID _createdby_value
-
_organizationid_value
protected UUID _organizationid_value
-
importsequencenumber
protected Integer importsequencenumber
-
descriptor
protected String descriptor
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderAppmodule
public static Appmodule.Builder builderAppmodule()
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 Appmodule withCreatedon(OffsetDateTime createdon)
-
getPublishedon
public Optional<OffsetDateTime> getPublishedon()
-
withPublishedon
public Appmodule withPublishedon(OffsetDateTime publishedon)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Appmodule withOverwritetime(OffsetDateTime overwritetime)
-
with_modifiedonbehalfby_value
public Appmodule with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Appmodule withModifiedon(OffsetDateTime modifiedon)
-
with_createdonbehalfby_value
public Appmodule with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Appmodule withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
withUnmappedField
public Appmodule withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getAppmoduleroles_association
public RoleCollectionRequest getAppmoduleroles_association()
-
getAppmodule_modifiedonbehalfby
public SystemuserRequest getAppmodule_modifiedonbehalfby()
-
getAppmodule_appconfig
public AppconfigCollectionRequest getAppmodule_appconfig()
-
getAppmodule_createdby
public SystemuserRequest getAppmodule_createdby()
-
getPublisher_appmodule_appmodule
public PublisherRequest getPublisher_appmodule_appmodule()
-
getAppmodule_appmodulecomponent
public AppmodulecomponentCollectionRequest getAppmodule_appmodulecomponent()
-
getAppmodule_modifiedby
public SystemuserRequest getAppmodule_modifiedby()
-
getAppmodule_createdonbehalfby
public SystemuserRequest getAppmodule_createdonbehalfby()
-
getOrganization_appmodule_appmodule
public OrganizationRequest getOrganization_appmodule_appmodule()
-
getServiceplan_appmodule_association
public ServiceplanCollectionRequest getServiceplan_appmodule_association()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Appmodule 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 Appmodule 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<Appmodule> retrieveUnpublished()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-