Uses of Class
microsoft.dynamics.crm.entity.Appmodule
-
Packages that use Appmodule Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Appmodule in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Appmodule Modifier and Type Method Description AppmoduleAppmodule.Builder. build()AppmoduleAppmodule. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AppmoduleAppmodule. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AppmoduleAppmodule. with_createdby_value(String _createdby_value)AppmoduleAppmodule. with_createdonbehalfby_value(String _createdonbehalfby_value)AppmoduleAppmodule. with_modifiedby_value(String _modifiedby_value)AppmoduleAppmodule. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)AppmoduleAppmodule. with_organizationid_value(String _organizationid_value)AppmoduleAppmodule. with_publisherid_value(String _publisherid_value)AppmoduleAppmodule. withAppmoduleid(String appmoduleid)AppmoduleAppmodule. withAppmoduleidunique(String appmoduleidunique)AppmoduleAppmodule. withAppmoduleversion(String appmoduleversion)AppmoduleAppmodule. withAppmodulexmlmanaged(String appmodulexmlmanaged)AppmoduleAppmodule. withClienttype(Integer clienttype)AppmoduleAppmodule. withComponentstate(Integer componentstate)AppmoduleAppmodule. withConfigxml(String configxml)AppmoduleAppmodule. withCreatedon(OffsetDateTime createdon)AppmoduleAppmodule. withDescription(String description)AppmoduleAppmodule. withDescriptor(String descriptor)AppmoduleAppmodule. withEventhandlers(String eventhandlers)AppmoduleAppmodule. withFormfactor(Integer formfactor)AppmoduleAppmodule. withImportsequencenumber(Integer importsequencenumber)AppmoduleAppmodule. withIntroducedversion(String introducedversion)AppmoduleAppmodule. withIsdefault(Boolean isdefault)AppmoduleAppmodule. withIsfeatured(Boolean isfeatured)AppmoduleAppmodule. withIsmanaged(Boolean ismanaged)AppmoduleAppmodule. withModifiedon(OffsetDateTime modifiedon)AppmoduleAppmodule. withName(String name)AppmoduleAppmodule. withNavigationtype(Integer navigationtype)AppmoduleAppmodule. withOptimizedfor(String optimizedfor)AppmoduleAppmodule. withOverriddencreatedon(OffsetDateTime overriddencreatedon)AppmoduleAppmodule. withOverwritetime(OffsetDateTime overwritetime)AppmoduleAppmodule. withPublishedon(OffsetDateTime publishedon)AppmoduleAppmodule. withSolutionid(String solutionid)AppmoduleAppmodule. withUniquename(String uniquename)AppmoduleAppmodule. withUnmappedField(String name, String value)AppmoduleAppmodule. withUrl(String url)AppmoduleAppmodule. withVersionnumber(Long versionnumber)AppmoduleAppmodule. withWebresourceid(String webresourceid)AppmoduleAppmodule. withWelcomepageid(String welcomepageid)Methods in microsoft.dynamics.crm.entity that return types with arguments of type Appmodule Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Appmodule>Appmodule. retrieveUnpublished() -
Uses of Appmodule in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Appmodule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Appmodule>AppmoduleCollectionRequest. retrieveUnpublishedMultiple() -
Uses of Appmodule in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Appmodule Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Appmodule>AppmoduleRequest. retrieveUnpublished()
-