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() |
String |
getName()
The space name is used internally to identify the space in administrative interfaces.
|
SpaceAddressCreate |
getPostalAddress()
The address to use in communication with clients for example in email, documents etc.
|
String |
getPrimaryCurrency()
This is the currency that is used to display aggregated amounts in the space.
|
Long |
getRequestLimit()
The request limit defines the maximum number of API request accepted within 2 minutes for this space.
|
CreationEntityState |
getState() |
List<String> |
getTechnicalContactAddresses()
The email address provided as contact addresses will be informed about technical issues or errors triggered by the space.
|
String |
getTimeZone()
The time zone assigned to the space determines the time offset for calculating dates within the space.
|
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 © 2022. All rights reserved.