public class Customeraddress extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Customeraddress.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Customeraddress() |
protected String _modifiedby_value
protected Integer addresstypecode
protected String _ownerid_value
protected String customeraddressid
protected String _createdonbehalfby_value
protected String line2
protected Integer utcconversiontimezonecode
protected Integer addressnumber
protected Integer utcoffset
protected String line3
protected Integer shippingmethodcode
protected Integer importsequencenumber
protected String line1
protected Long versionnumber
protected String _parentid_value
protected String postalcode
protected Integer freighttermscode
protected BigDecimal exchangerate
protected String country
protected String county
protected OffsetDateTime createdon
protected String _owningbusinessunit_value
protected String stateorprovince
protected String _createdby_value
protected String _transactioncurrencyid_value
protected String primarycontactname
protected String telephone1
protected String city
protected String _owninguser_value
protected String fax
protected String _modifiedonbehalfby_value
protected String objecttypecode
protected String telephone2
protected String upszone
protected String composite
protected Double longitude
protected Integer timezoneruleversionnumber
protected String telephone3
protected OffsetDateTime modifiedon
protected String postofficebox
protected OffsetDateTime overriddencreatedon
protected Double latitude
protected String name
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Customeraddress.Builder builderCustomeraddress()
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 Customeraddress with_modifiedby_value(String _modifiedby_value)
public Customeraddress withAddresstypecode(Integer addresstypecode)
public Customeraddress with_ownerid_value(String _ownerid_value)
public Customeraddress withCustomeraddressid(String customeraddressid)
public Customeraddress with_createdonbehalfby_value(String _createdonbehalfby_value)
public Customeraddress withLine2(String line2)
public Customeraddress withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Customeraddress withAddressnumber(Integer addressnumber)
public Customeraddress withUtcoffset(Integer utcoffset)
public Customeraddress withLine3(String line3)
public Customeraddress withShippingmethodcode(Integer shippingmethodcode)
public Customeraddress withImportsequencenumber(Integer importsequencenumber)
public Customeraddress withLine1(String line1)
public Customeraddress withVersionnumber(Long versionnumber)
public Customeraddress with_parentid_value(String _parentid_value)
public Customeraddress withPostalcode(String postalcode)
public Customeraddress withFreighttermscode(Integer freighttermscode)
public Optional<BigDecimal> getExchangerate()
public Customeraddress withExchangerate(BigDecimal exchangerate)
public Customeraddress withCountry(String country)
public Customeraddress withCounty(String county)
public Optional<OffsetDateTime> getCreatedon()
public Customeraddress withCreatedon(OffsetDateTime createdon)
public Customeraddress with_owningbusinessunit_value(String _owningbusinessunit_value)
public Customeraddress withStateorprovince(String stateorprovince)
public Customeraddress with_createdby_value(String _createdby_value)
public Customeraddress with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Customeraddress withPrimarycontactname(String primarycontactname)
public Customeraddress withTelephone1(String telephone1)
public Customeraddress withCity(String city)
public Customeraddress with_owninguser_value(String _owninguser_value)
public Customeraddress withFax(String fax)
public Customeraddress with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Customeraddress withObjecttypecode(String objecttypecode)
public Customeraddress withTelephone2(String telephone2)
public Customeraddress withUpszone(String upszone)
public Customeraddress withComposite(String composite)
public Customeraddress withLongitude(Double longitude)
public Customeraddress withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Customeraddress withTelephone3(String telephone3)
public Optional<OffsetDateTime> getModifiedon()
public Customeraddress withModifiedon(OffsetDateTime modifiedon)
public Customeraddress withPostofficebox(String postofficebox)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Customeraddress withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Customeraddress withLatitude(Double latitude)
public Customeraddress withName(String name)
public Customeraddress withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic BulkdeletefailureCollectionRequest getCustomerAddress_BulkDeleteFailures()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public TransactioncurrencyRequest getTransactioncurrencyid()
public ProcesssessionCollectionRequest getCustomerAddress_ProcessSessions()
public AccountRequest getParentid_account()
public ContactRequest getParentid_contact()
public SystemuserRequest getModifiedby()
public SyncerrorCollectionRequest getCustomerAddress_SyncErrors()
public PrincipalobjectattributeaccessCollectionRequest getCustomeraddress_principalobjectattributeaccess()
public AsyncoperationCollectionRequest getCustomerAddress_AsyncOperations()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Customeraddress 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 Customeraddress 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.