public class SpaceCreate extends AbstractSpaceUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
account |
lastModifiedDate, name, postalAddress, primaryCurrency, requestLimit, state, technicalContactAddresses, timeZone| Constructor and Description |
|---|
SpaceCreate() |
| Modifier and Type | Method and Description |
|---|---|
SpaceCreate |
account(Long account) |
boolean |
equals(Object o) |
Long |
getAccount()
The account to which the space belongs to.
|
int |
hashCode() |
void |
setAccount(Long account) |
String |
toString() |
addTechnicalContactAddressesItem, getLastModifiedDate, getName, getPostalAddress, getPrimaryCurrency, getRequestLimit, getState, getTechnicalContactAddresses, getTimeZone, lastModifiedDate, name, postalAddress, primaryCurrency, requestLimit, setLastModifiedDate, setName, setPostalAddress, setPrimaryCurrency, setRequestLimit, setState, setTechnicalContactAddresses, setTimeZone, state, technicalContactAddresses, timeZoneprotected Long account
public SpaceCreate account(Long account)
public Long getAccount()
public void setAccount(Long account)
public boolean equals(Object o)
equals in class AbstractSpaceUpdatepublic int hashCode()
hashCode in class AbstractSpaceUpdatepublic String toString()
toString in class AbstractSpaceUpdateCopyright © 2023. All rights reserved.