public class Annualfiscalcalendar extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Annualfiscalcalendar.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 BigDecimal |
annual |
protected BigDecimal |
annual_base |
protected OffsetDateTime |
createdon |
protected OffsetDateTime |
effectiveon |
protected BigDecimal |
exchangerate |
protected Integer |
fiscalperiodtype |
protected OffsetDateTime |
modifiedon |
protected Integer |
timezoneruleversionnumber |
protected String |
userfiscalcalendarid |
protected Integer |
utcconversiontimezonecode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Annualfiscalcalendar() |
protected BigDecimal annual
protected String _modifiedby_value
protected OffsetDateTime effectiveon
protected String _modifiedonbehalfby_value
protected OffsetDateTime createdon
protected String _businessunitid_value
protected String _transactioncurrencyid_value
protected String _salespersonid_value
protected Integer fiscalperiodtype
protected OffsetDateTime modifiedon
protected String _createdonbehalfby_value
protected String userfiscalcalendarid
protected Integer utcconversiontimezonecode
protected BigDecimal annual_base
protected BigDecimal exchangerate
protected String _createdby_value
protected Integer timezoneruleversionnumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Annualfiscalcalendar.Builder builderAnnualfiscalcalendar()
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> getAnnual()
public Annualfiscalcalendar withAnnual(BigDecimal annual)
public Annualfiscalcalendar with_modifiedby_value(String _modifiedby_value)
public Optional<OffsetDateTime> getEffectiveon()
public Annualfiscalcalendar withEffectiveon(OffsetDateTime effectiveon)
public Annualfiscalcalendar with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Annualfiscalcalendar withCreatedon(OffsetDateTime createdon)
public Annualfiscalcalendar with_businessunitid_value(String _businessunitid_value)
public Annualfiscalcalendar with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Annualfiscalcalendar with_salespersonid_value(String _salespersonid_value)
public Annualfiscalcalendar withFiscalperiodtype(Integer fiscalperiodtype)
public Optional<OffsetDateTime> getModifiedon()
public Annualfiscalcalendar withModifiedon(OffsetDateTime modifiedon)
public Annualfiscalcalendar with_createdonbehalfby_value(String _createdonbehalfby_value)
public Annualfiscalcalendar withUserfiscalcalendarid(String userfiscalcalendarid)
public Annualfiscalcalendar withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<BigDecimal> getAnnual_base()
public Annualfiscalcalendar withAnnual_base(BigDecimal annual_base)
public Optional<BigDecimal> getExchangerate()
public Annualfiscalcalendar withExchangerate(BigDecimal exchangerate)
public Annualfiscalcalendar with_createdby_value(String _createdby_value)
public Annualfiscalcalendar withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Annualfiscalcalendar withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic BulkdeletefailureCollectionRequest getAnnualFiscalCalendar_BulkDeleteFailures()
public AsyncoperationCollectionRequest getAnnualFiscalCalendar_AsyncOperations()
public TransactioncurrencyRequest getTransactioncurrencyid()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
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 Annualfiscalcalendar 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 Annualfiscalcalendar 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.