public class Reportcategory extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Reportcategory.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_reportid_value |
protected String |
_transactioncurrencyid_value |
protected Integer |
categorycode |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected BigDecimal |
exchangerate |
protected Integer |
importsequencenumber |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected String |
owningbusinessunit |
protected String |
owninguser |
protected String |
reportcategoryid |
protected String |
reportcategoryidunique |
protected String |
solutionid |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Reportcategory() |
protected OffsetDateTime modifiedon
protected Integer utcconversiontimezonecode
protected Long versionnumber
protected BooleanManagedProperty iscustomizable
protected Boolean ismanaged
protected String reportcategoryid
protected OffsetDateTime overwritetime
protected String _modifiedby_value
protected String _createdonbehalfby_value
protected String reportcategoryidunique
protected Integer importsequencenumber
protected String _ownerid_value
protected BigDecimal exchangerate
protected String _modifiedonbehalfby_value
protected OffsetDateTime createdon
protected String _createdby_value
protected String _reportid_value
protected Integer componentstate
protected String _transactioncurrencyid_value
protected Integer timezoneruleversionnumber
protected String owningbusinessunit
protected String solutionid
protected String owninguser
protected Integer categorycode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Reportcategory.Builder builderReportcategory()
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 Optional<OffsetDateTime> getModifiedon()
public Reportcategory withModifiedon(OffsetDateTime modifiedon)
public Reportcategory withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Reportcategory withVersionnumber(Long versionnumber)
public Optional<BooleanManagedProperty> getIscustomizable()
public Reportcategory withIscustomizable(BooleanManagedProperty iscustomizable)
public Reportcategory withIsmanaged(Boolean ismanaged)
public Reportcategory withReportcategoryid(String reportcategoryid)
public Optional<OffsetDateTime> getOverwritetime()
public Reportcategory withOverwritetime(OffsetDateTime overwritetime)
public Reportcategory with_modifiedby_value(String _modifiedby_value)
public Reportcategory with_createdonbehalfby_value(String _createdonbehalfby_value)
public Reportcategory withReportcategoryidunique(String reportcategoryidunique)
public Reportcategory withImportsequencenumber(Integer importsequencenumber)
public Reportcategory with_ownerid_value(String _ownerid_value)
public Optional<BigDecimal> getExchangerate()
public Reportcategory withExchangerate(BigDecimal exchangerate)
public Reportcategory with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Reportcategory withCreatedon(OffsetDateTime createdon)
public Reportcategory with_createdby_value(String _createdby_value)
public Reportcategory with_reportid_value(String _reportid_value)
public Reportcategory withComponentstate(Integer componentstate)
public Reportcategory with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Reportcategory withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Reportcategory withOwningbusinessunit(String owningbusinessunit)
public Reportcategory withSolutionid(String solutionid)
public Reportcategory withOwninguser(String owninguser)
public Reportcategory withCategorycode(Integer categorycode)
public Reportcategory withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic ReportRequest getReportid()
public PrincipalobjectattributeaccessCollectionRequest getReportcategory_principalobjectattributeaccess()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public SyncerrorCollectionRequest getReportCategory_SyncErrors()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public TransactioncurrencyRequest getTransactioncurrencyid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Reportcategory 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 Reportcategory 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 String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.