public class Space extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Account |
account |
protected Boolean |
active |
protected Boolean |
activeOrRestrictedActive |
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected TenantDatabase |
database |
protected Long |
deletedBy |
protected OffsetDateTime |
deletedOn |
protected Long |
id |
protected OffsetDateTime |
lastModifiedDate |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected SpaceAddress |
postalAddress |
protected String |
primaryCurrency |
protected Long |
requestLimit |
protected Boolean |
restrictedActive |
protected CreationEntityState |
state |
protected List<String> |
technicalContactAddresses |
protected String |
timeZone |
protected Integer |
version |
| Constructor and Description |
|---|
Space() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Account |
getAccount()
The account to which the space belongs to.
|
Long |
getCreatedBy()
The ID of the user who created this entity.
|
OffsetDateTime |
getCreatedOn()
The date and time when this entity was created.
|
TenantDatabase |
getDatabase()
The database in which the space's data are stored in.
|
Long |
getDeletedBy()
The ID of a user that deleted this entity.
|
OffsetDateTime |
getDeletedOn()
The date and time when this entity was deleted.
|
Long |
getId()
The ID is the primary key of the entity.
|
OffsetDateTime |
getLastModifiedDate() |
String |
getName()
The space name is used internally to identify the space in administrative interfaces.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
SpaceAddress |
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.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
Boolean |
isActive()
Active means that this account and all accounts in the hierarchy are active.
|
Boolean |
isActiveOrRestrictedActive()
This property is true when all accounts in the hierarchy are active or restricted active.
|
Boolean |
isRestrictedActive()
Restricted active means that at least one account in the hierarchy is only restricted active, but all are either restricted active or active.
|
String |
toString() |
protected Account account
protected Boolean active
protected Boolean activeOrRestrictedActive
protected Long createdBy
protected OffsetDateTime createdOn
protected TenantDatabase database
protected Long deletedBy
protected OffsetDateTime deletedOn
protected Long id
protected OffsetDateTime lastModifiedDate
protected String name
protected OffsetDateTime plannedPurgeDate
protected SpaceAddress postalAddress
protected String primaryCurrency
protected Long requestLimit
protected Boolean restrictedActive
protected CreationEntityState state
protected String timeZone
protected Integer version
public Account getAccount()
public Boolean isActive()
public Boolean isActiveOrRestrictedActive()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public TenantDatabase getDatabase()
public Long getDeletedBy()
public OffsetDateTime getDeletedOn()
public Long getId()
public OffsetDateTime getLastModifiedDate()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public SpaceAddress getPostalAddress()
public String getPrimaryCurrency()
public Long getRequestLimit()
public Boolean isRestrictedActive()
public CreationEntityState getState()
public List<String> getTechnicalContactAddresses()
public String getTimeZone()
public Integer getVersion()
Copyright © 2022. All rights reserved.