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 that the space belongs to.
|
Long |
getCreatedBy()
The ID of the user the space was created by.
|
OffsetDateTime |
getCreatedOn()
The date and time when the space was created.
|
TenantDatabase |
getDatabase()
The database the space is connected to and that holds the space's data.
|
Long |
getDeletedBy()
The ID of the user the space was deleted by.
|
OffsetDateTime |
getDeletedOn()
The date and time when the space was deleted.
|
Long |
getId()
A unique identifier for the object.
|
OffsetDateTime |
getLastModifiedDate()
The date and time when the object was last modified.
|
String |
getName()
The name used to identify the space.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
SpaceAddress |
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.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isActive()
Whether this space and all its parent accounts are active.
|
Boolean |
isActiveOrRestrictedActive()
Whether this space and all its parent accounts are active or restricted active.
|
Boolean |
isRestrictedActive()
Whether this space and all its parent accounts are active or restricted 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 © 2024. All rights reserved.