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(UUID _createdby_value)WebresourceWebresource. with_createdonbehalfby_value(UUID _createdonbehalfby_value)WebresourceWebresource. with_modifiedby_value(UUID _modifiedby_value)WebresourceWebresource. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)WebresourceWebresource. with_organizationid_value(UUID _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(UUID solutionid)WebresourceWebresource. withUnmappedField(String name, String value)WebresourceWebresource. withVersionnumber(Long versionnumber)WebresourceWebresource. withWebresourceid(UUID webresourceid)WebresourceWebresource. withWebresourceidunique(UUID 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()
-