Uses of Class
microsoft.dynamics.crm.entity.Webresource
-
Packages that use Webresource Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Webresource in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Webresource Modifier and Type Method Description WebresourceWebresource.Builder. build()WebresourceWebresource. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WebresourceWebresource. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WebresourceWebresource. with_createdby_value(String _createdby_value)WebresourceWebresource. with_createdonbehalfby_value(String _createdonbehalfby_value)WebresourceWebresource. with_modifiedby_value(String _modifiedby_value)WebresourceWebresource. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)WebresourceWebresource. with_organizationid_value(String _organizationid_value)WebresourceWebresource. withCanbedeleted(BooleanManagedProperty canbedeleted)WebresourceWebresource. withComponentstate(Integer componentstate)WebresourceWebresource. withContent(String content)WebresourceWebresource. withContent_binary(byte[] content_binary)WebresourceWebresource. withContentjson(String contentjson)WebresourceWebresource. withCreatedon(OffsetDateTime createdon)WebresourceWebresource. withDependencyxml(String dependencyxml)WebresourceWebresource. withDescription(String description)WebresourceWebresource. withDisplayname(String displayname)WebresourceWebresource. withIntroducedversion(String introducedversion)WebresourceWebresource. withIsavailableformobileoffline(Boolean isavailableformobileoffline)WebresourceWebresource. withIscustomizable(BooleanManagedProperty iscustomizable)WebresourceWebresource. withIsenabledformobileclient(Boolean isenabledformobileclient)WebresourceWebresource. withIshidden(BooleanManagedProperty ishidden)WebresourceWebresource. withIsmanaged(Boolean ismanaged)WebresourceWebresource. withLanguagecode(Integer languagecode)WebresourceWebresource. withModifiedon(OffsetDateTime modifiedon)WebresourceWebresource. withName(String name)WebresourceWebresource. withOverwritetime(OffsetDateTime overwritetime)WebresourceWebresource. withSilverlightversion(String silverlightversion)WebresourceWebresource. withSolutionid(String solutionid)WebresourceWebresource. withUnmappedField(String name, String value)WebresourceWebresource. withVersionnumber(Long versionnumber)WebresourceWebresource. withWebresourceid(String webresourceid)WebresourceWebresource. withWebresourceidunique(String webresourceidunique)WebresourceWebresource. withWebresourcetype(Integer webresourcetype)Methods in microsoft.dynamics.crm.entity that return types with arguments of type Webresource Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Webresource>Webresource. retrieveUnpublished() -
Uses of Webresource in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Webresource Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Webresource>WebresourceCollectionRequest. retrieveUnpublishedMultiple() -
Uses of Webresource in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Webresource Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Webresource>WebresourceRequest. retrieveUnpublished()
-