public class Savedquery extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Savedquery.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Savedquery() |
protected String offlinesqlquery
protected Boolean ismanaged
protected String solutionid
protected Long versionnumber
protected Integer statecode
protected String _createdby_value
protected Boolean isuserdefined
protected String columnsetxml
protected Integer organizationtaborder
protected Boolean isdefault
protected Integer querytype
protected String conditionalformatting
protected String _modifiedby_value
protected String queryapi
protected String advancedgroupby
protected Integer statuscode
protected Boolean isquickfindquery
protected String _organizationid_value
protected String description
protected String fetchxml
protected OffsetDateTime createdon
protected String savedqueryidunique
protected String layoutxml
protected String layoutjson
protected String returnedtypecode
protected String name
protected BooleanManagedProperty iscustomizable
protected Integer queryappusage
protected Integer componentstate
protected String _modifiedonbehalfby_value
protected String savedqueryid
protected OffsetDateTime overwritetime
protected String introducedversion
protected Boolean iscustom
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected BooleanManagedProperty canbedeleted
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Savedquery.Builder builderSavedquery()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Savedquery withOfflinesqlquery(String offlinesqlquery)
public Savedquery withIsmanaged(Boolean ismanaged)
public Savedquery withSolutionid(String solutionid)
public Savedquery withVersionnumber(Long versionnumber)
public Savedquery withStatecode(Integer statecode)
public Savedquery with_createdby_value(String _createdby_value)
public Savedquery withIsuserdefined(Boolean isuserdefined)
public Savedquery withColumnsetxml(String columnsetxml)
public Savedquery withOrganizationtaborder(Integer organizationtaborder)
public Savedquery withIsdefault(Boolean isdefault)
public Savedquery withQuerytype(Integer querytype)
public Savedquery withConditionalformatting(String conditionalformatting)
public Savedquery with_modifiedby_value(String _modifiedby_value)
public Savedquery withQueryapi(String queryapi)
public Savedquery withAdvancedgroupby(String advancedgroupby)
public Savedquery withStatuscode(Integer statuscode)
public Savedquery withIsquickfindquery(Boolean isquickfindquery)
public Savedquery with_organizationid_value(String _organizationid_value)
public Savedquery withDescription(String description)
public Savedquery withFetchxml(String fetchxml)
public Optional<OffsetDateTime> getCreatedon()
public Savedquery withCreatedon(OffsetDateTime createdon)
public Savedquery withSavedqueryidunique(String savedqueryidunique)
public Savedquery withLayoutxml(String layoutxml)
public Savedquery withLayoutjson(String layoutjson)
public Savedquery withReturnedtypecode(String returnedtypecode)
public Savedquery withName(String name)
public Optional<BooleanManagedProperty> getIscustomizable()
public Savedquery withIscustomizable(BooleanManagedProperty iscustomizable)
public Savedquery withQueryappusage(Integer queryappusage)
public Savedquery withComponentstate(Integer componentstate)
public Savedquery with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Savedquery withSavedqueryid(String savedqueryid)
public Optional<OffsetDateTime> getOverwritetime()
public Savedquery withOverwritetime(OffsetDateTime overwritetime)
public Savedquery withIntroducedversion(String introducedversion)
public Savedquery withIscustom(Boolean iscustom)
public Savedquery with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Savedquery withModifiedon(OffsetDateTime modifiedon)
public Optional<BooleanManagedProperty> getCanbedeleted()
public Savedquery withCanbedeleted(BooleanManagedProperty canbedeleted)
public Savedquery withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedonbehalfby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getModifiedonbehalfby()
public SyncerrorCollectionRequest getSavedQuery_SyncErrors()
public AsyncoperationCollectionRequest getSavedQuery_AsyncOperations()
public BulkdeletefailureCollectionRequest getSavedQuery_BulkDeleteFailures()
public SystemuserRequest getCreatedby()
public MobileofflineprofileitemCollectionRequest getLk_mobileofflineprofileitem_savedquery()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Savedquery patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Savedquery put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Savedquery> retrieveUnpublished()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.