public class AbstractSpaceUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
lastModifiedDate |
protected String |
name |
protected SpaceAddressCreate |
postalAddress |
protected String |
primaryCurrency |
protected Long |
requestLimit |
protected CreationEntityState |
state |
protected List<String> |
technicalContactAddresses |
protected String |
timeZone |
| Constructor and Description |
|---|
AbstractSpaceUpdate() |
| Modifier and Type | Method and Description |
|---|---|
AbstractSpaceUpdate |
addTechnicalContactAddressesItem(String technicalContactAddressesItem) |
boolean |
equals(Object o) |
OffsetDateTime |
getLastModifiedDate()
The date and time when the object was last modified.
|
String |
getName()
The name used to identify the space.
|
SpaceAddressCreate |
getPostalAddress()
The address that is used in communication with clients for example in emails, documents, etc.
|
String |
getPrimaryCurrency()
The currency that is used to display aggregated amounts in the space.
|
Long |
getRequestLimit()
The maximum number of API requests that are accepted within two minutes.
|
CreationEntityState |
getState()
The object's current state.
|
List<String> |
getTechnicalContactAddresses()
The email address that will receive messages about technical issues and errors that occur in the space.
|
String |
getTimeZone()
The time zone that is used to schedule and run background processes.
|
int |
hashCode() |
AbstractSpaceUpdate |
lastModifiedDate(OffsetDateTime lastModifiedDate) |
AbstractSpaceUpdate |
name(String name) |
AbstractSpaceUpdate |
postalAddress(SpaceAddressCreate postalAddress) |
AbstractSpaceUpdate |
primaryCurrency(String primaryCurrency) |
AbstractSpaceUpdate |
requestLimit(Long requestLimit) |
void |
setLastModifiedDate(OffsetDateTime lastModifiedDate) |
void |
setName(String name) |
void |
setPostalAddress(SpaceAddressCreate postalAddress) |
void |
setPrimaryCurrency(String primaryCurrency) |
void |
setRequestLimit(Long requestLimit) |
void |
setState(CreationEntityState state) |
void |
setTechnicalContactAddresses(List<String> technicalContactAddresses) |
void |
setTimeZone(String timeZone) |
AbstractSpaceUpdate |
state(CreationEntityState state) |
AbstractSpaceUpdate |
technicalContactAddresses(List<String> technicalContactAddresses) |
AbstractSpaceUpdate |
timeZone(String timeZone) |
String |
toString() |
protected OffsetDateTime lastModifiedDate
protected String name
protected SpaceAddressCreate postalAddress
protected String primaryCurrency
protected Long requestLimit
protected CreationEntityState state
protected String timeZone
public AbstractSpaceUpdate lastModifiedDate(OffsetDateTime lastModifiedDate)
public OffsetDateTime getLastModifiedDate()
public void setLastModifiedDate(OffsetDateTime lastModifiedDate)
public AbstractSpaceUpdate name(String name)
public String getName()
public void setName(String name)
public AbstractSpaceUpdate postalAddress(SpaceAddressCreate postalAddress)
public SpaceAddressCreate getPostalAddress()
public void setPostalAddress(SpaceAddressCreate postalAddress)
public AbstractSpaceUpdate primaryCurrency(String primaryCurrency)
public String getPrimaryCurrency()
public void setPrimaryCurrency(String primaryCurrency)
public AbstractSpaceUpdate requestLimit(Long requestLimit)
public Long getRequestLimit()
public void setRequestLimit(Long requestLimit)
public AbstractSpaceUpdate state(CreationEntityState state)
public CreationEntityState getState()
public void setState(CreationEntityState state)
public AbstractSpaceUpdate technicalContactAddresses(List<String> technicalContactAddresses)
public AbstractSpaceUpdate addTechnicalContactAddressesItem(String technicalContactAddressesItem)
public List<String> getTechnicalContactAddresses()
public void setTechnicalContactAddresses(List<String> technicalContactAddresses)
public AbstractSpaceUpdate timeZone(String timeZone)
public String getTimeZone()
public void setTimeZone(String timeZone)
Copyright © 2024. All rights reserved.