Uses of Class
microsoft.dynamics.crm.entity.Savedquery
-
Packages that use Savedquery Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Savedquery in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Savedquery Modifier and Type Method Description SavedquerySavedquery.Builder. build()SavedquerySavedquery. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SavedquerySavedquery. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SavedquerySavedquery. with_createdby_value(String _createdby_value)SavedquerySavedquery. with_createdonbehalfby_value(String _createdonbehalfby_value)SavedquerySavedquery. with_modifiedby_value(String _modifiedby_value)SavedquerySavedquery. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)SavedquerySavedquery. with_organizationid_value(String _organizationid_value)SavedquerySavedquery. withAdvancedgroupby(String advancedgroupby)SavedquerySavedquery. withCanbedeleted(BooleanManagedProperty canbedeleted)SavedquerySavedquery. withColumnsetxml(String columnsetxml)SavedquerySavedquery. withComponentstate(Integer componentstate)SavedquerySavedquery. withConditionalformatting(String conditionalformatting)SavedquerySavedquery. withCreatedon(OffsetDateTime createdon)SavedquerySavedquery. withDescription(String description)SavedquerySavedquery. withFetchxml(String fetchxml)SavedquerySavedquery. withIntroducedversion(String introducedversion)SavedquerySavedquery. withIscustom(Boolean iscustom)SavedquerySavedquery. withIscustomizable(BooleanManagedProperty iscustomizable)SavedquerySavedquery. withIsdefault(Boolean isdefault)SavedquerySavedquery. withIsmanaged(Boolean ismanaged)SavedquerySavedquery. withIsquickfindquery(Boolean isquickfindquery)SavedquerySavedquery. withIsuserdefined(Boolean isuserdefined)SavedquerySavedquery. withLayoutjson(String layoutjson)SavedquerySavedquery. withLayoutxml(String layoutxml)SavedquerySavedquery. withModifiedon(OffsetDateTime modifiedon)SavedquerySavedquery. withName(String name)SavedquerySavedquery. withOfflinesqlquery(String offlinesqlquery)SavedquerySavedquery. withOrganizationtaborder(Integer organizationtaborder)SavedquerySavedquery. withOverwritetime(OffsetDateTime overwritetime)SavedquerySavedquery. withQueryapi(String queryapi)SavedquerySavedquery. withQueryappusage(Integer queryappusage)SavedquerySavedquery. withQuerytype(Integer querytype)SavedquerySavedquery. withReturnedtypecode(String returnedtypecode)SavedquerySavedquery. withSavedqueryid(String savedqueryid)SavedquerySavedquery. withSavedqueryidunique(String savedqueryidunique)SavedquerySavedquery. withSolutionid(String solutionid)SavedquerySavedquery. withStatecode(Integer statecode)SavedquerySavedquery. withStatuscode(Integer statuscode)SavedquerySavedquery. withUnmappedField(String name, String value)SavedquerySavedquery. withVersionnumber(Long versionnumber)Methods in microsoft.dynamics.crm.entity that return types with arguments of type Savedquery Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Savedquery>Savedquery. retrieveUnpublished()Method parameters in microsoft.dynamics.crm.entity with type arguments of type Savedquery Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnSystemuser. instantiateFilters(List<Savedquery> templateCollection) -
Uses of Savedquery in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Savedquery Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Savedquery>SavedqueryCollectionRequest. retrieveUnpublishedMultiple() -
Uses of Savedquery in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Savedquery Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Savedquery>SavedqueryRequest. retrieveUnpublished()Method parameters in microsoft.dynamics.crm.entity.request with type arguments of type Savedquery Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnSystemuserRequest. instantiateFilters(List<Savedquery> templateCollection)
-