public class Quarterlyfiscalcalendar extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Quarterlyfiscalcalendar.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_businessunitid_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_salespersonid_value |
protected String |
_transactioncurrencyid_value |
protected OffsetDateTime |
createdon |
protected OffsetDateTime |
effectiveon |
protected BigDecimal |
exchangerate |
protected Integer |
fiscalperiodtype |
protected OffsetDateTime |
modifiedon |
protected BigDecimal |
quarter1 |
protected BigDecimal |
quarter1_base |
protected BigDecimal |
quarter2 |
protected BigDecimal |
quarter2_base |
protected BigDecimal |
quarter3 |
protected BigDecimal |
quarter3_base |
protected BigDecimal |
quarter4 |
protected BigDecimal |
quarter4_base |
protected Integer |
timezoneruleversionnumber |
protected String |
userfiscalcalendarid |
protected Integer |
utcconversiontimezonecode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Quarterlyfiscalcalendar() |
protected BigDecimal quarter4_base
protected String _transactioncurrencyid_value
protected String userfiscalcalendarid
protected OffsetDateTime modifiedon
protected Integer timezoneruleversionnumber
protected String _businessunitid_value
protected Integer fiscalperiodtype
protected String _modifiedby_value
protected OffsetDateTime createdon
protected String _createdby_value
protected BigDecimal quarter3
protected BigDecimal quarter3_base
protected BigDecimal exchangerate
protected BigDecimal quarter1_base
protected String _createdonbehalfby_value
protected OffsetDateTime effectiveon
protected BigDecimal quarter2
protected BigDecimal quarter1
protected String _modifiedonbehalfby_value
protected Integer utcconversiontimezonecode
protected BigDecimal quarter4
protected BigDecimal quarter2_base
protected String _salespersonid_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Quarterlyfiscalcalendar.Builder builderQuarterlyfiscalcalendar()
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<BigDecimal> getQuarter4_base()
public Quarterlyfiscalcalendar withQuarter4_base(BigDecimal quarter4_base)
public Quarterlyfiscalcalendar with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Quarterlyfiscalcalendar withUserfiscalcalendarid(String userfiscalcalendarid)
public Optional<OffsetDateTime> getModifiedon()
public Quarterlyfiscalcalendar withModifiedon(OffsetDateTime modifiedon)
public Quarterlyfiscalcalendar withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Quarterlyfiscalcalendar with_businessunitid_value(String _businessunitid_value)
public Quarterlyfiscalcalendar withFiscalperiodtype(Integer fiscalperiodtype)
public Quarterlyfiscalcalendar with_modifiedby_value(String _modifiedby_value)
public Optional<OffsetDateTime> getCreatedon()
public Quarterlyfiscalcalendar withCreatedon(OffsetDateTime createdon)
public Quarterlyfiscalcalendar with_createdby_value(String _createdby_value)
public Optional<BigDecimal> getQuarter3()
public Quarterlyfiscalcalendar withQuarter3(BigDecimal quarter3)
public Optional<BigDecimal> getQuarter3_base()
public Quarterlyfiscalcalendar withQuarter3_base(BigDecimal quarter3_base)
public Optional<BigDecimal> getExchangerate()
public Quarterlyfiscalcalendar withExchangerate(BigDecimal exchangerate)
public Optional<BigDecimal> getQuarter1_base()
public Quarterlyfiscalcalendar withQuarter1_base(BigDecimal quarter1_base)
public Quarterlyfiscalcalendar with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getEffectiveon()
public Quarterlyfiscalcalendar withEffectiveon(OffsetDateTime effectiveon)
public Optional<BigDecimal> getQuarter2()
public Quarterlyfiscalcalendar withQuarter2(BigDecimal quarter2)
public Optional<BigDecimal> getQuarter1()
public Quarterlyfiscalcalendar withQuarter1(BigDecimal quarter1)
public Quarterlyfiscalcalendar with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Quarterlyfiscalcalendar withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<BigDecimal> getQuarter4()
public Quarterlyfiscalcalendar withQuarter4(BigDecimal quarter4)
public Optional<BigDecimal> getQuarter2_base()
public Quarterlyfiscalcalendar withQuarter2_base(BigDecimal quarter2_base)
public Quarterlyfiscalcalendar with_salespersonid_value(String _salespersonid_value)
public Quarterlyfiscalcalendar withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public TransactioncurrencyRequest getTransactioncurrencyid()
public AsyncoperationCollectionRequest getQuarterlyFiscalCalendar_AsyncOperations()
public BulkdeletefailureCollectionRequest getQuarterlyFiscalCalendar_BulkDeleteFailures()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getSalespersonid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Quarterlyfiscalcalendar 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 Quarterlyfiscalcalendar 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–2020. All rights reserved.