public class Publisheraddress extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Publisheraddress.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Publisheraddress() |
protected String postofficebox
protected String line3
protected String publisheraddressid
protected String telephone1
protected Integer importsequencenumber
protected Double latitude
protected String line1
protected Double longitude
protected String primarycontactname
protected Long versionnumber
protected Integer shippingmethodcode
protected Integer utcconversiontimezonecode
protected String country
protected Integer addresstypecode
protected String _createdonbehalfby_value
protected Integer utcoffset
protected String telephone3
protected String name
protected String county
protected String line2
protected String postalcode
protected String _parentid_value
protected String stateorprovince
protected String _modifiedonbehalfby_value
protected Integer freighttermscode
protected Integer timezoneruleversionnumber
protected String fax
protected String _modifiedby_value
protected String city
protected OffsetDateTime createdon
protected String telephone2
protected OffsetDateTime modifiedon
protected String _createdby_value
protected String upszone
protected Integer addressnumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Publisheraddress.Builder builderPublisheraddress()
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 Publisheraddress withPostofficebox(String postofficebox)
public Publisheraddress withLine3(String line3)
public Publisheraddress withPublisheraddressid(String publisheraddressid)
public Publisheraddress withTelephone1(String telephone1)
public Publisheraddress withImportsequencenumber(Integer importsequencenumber)
public Publisheraddress withLatitude(Double latitude)
public Publisheraddress withLine1(String line1)
public Publisheraddress withLongitude(Double longitude)
public Publisheraddress withPrimarycontactname(String primarycontactname)
public Publisheraddress withVersionnumber(Long versionnumber)
public Publisheraddress withShippingmethodcode(Integer shippingmethodcode)
public Publisheraddress withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Publisheraddress withCountry(String country)
public Publisheraddress withAddresstypecode(Integer addresstypecode)
public Publisheraddress with_createdonbehalfby_value(String _createdonbehalfby_value)
public Publisheraddress withUtcoffset(Integer utcoffset)
public Publisheraddress withTelephone3(String telephone3)
public Publisheraddress withName(String name)
public Publisheraddress withCounty(String county)
public Publisheraddress withLine2(String line2)
public Publisheraddress withPostalcode(String postalcode)
public Publisheraddress with_parentid_value(String _parentid_value)
public Publisheraddress withStateorprovince(String stateorprovince)
public Publisheraddress with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Publisheraddress withFreighttermscode(Integer freighttermscode)
public Publisheraddress withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Publisheraddress withFax(String fax)
public Publisheraddress with_modifiedby_value(String _modifiedby_value)
public Publisheraddress withCity(String city)
public Optional<OffsetDateTime> getCreatedon()
public Publisheraddress withCreatedon(OffsetDateTime createdon)
public Publisheraddress withTelephone2(String telephone2)
public Optional<OffsetDateTime> getModifiedon()
public Publisheraddress withModifiedon(OffsetDateTime modifiedon)
public Publisheraddress with_createdby_value(String _createdby_value)
public Publisheraddress withUpszone(String upszone)
public Publisheraddress withAddressnumber(Integer addressnumber)
public Publisheraddress withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedonbehalfby()
public PublisherRequest getParentid()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Publisheraddress 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 Publisheraddress 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.