public class CorporationBookmarksResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BOOKMARK_ID |
static String |
SERIALIZED_NAME_COORDINATES |
static String |
SERIALIZED_NAME_CREATED |
static String |
SERIALIZED_NAME_CREATOR_ID |
static String |
SERIALIZED_NAME_FOLDER_ID |
static String |
SERIALIZED_NAME_ITEM |
static String |
SERIALIZED_NAME_LABEL |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_NOTES |
| Constructor and Description |
|---|
CorporationBookmarksResponse() |
public static final String SERIALIZED_NAME_BOOKMARK_ID
public static final String SERIALIZED_NAME_COORDINATES
public static final String SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_FOLDER_ID
public static final String SERIALIZED_NAME_ITEM
public static final String SERIALIZED_NAME_LABEL
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_NOTES
public CorporationBookmarksResponse bookmarkId(Integer bookmarkId)
public Integer getBookmarkId()
public void setBookmarkId(Integer bookmarkId)
public CorporationBookmarksResponse coordinates(CorporationBookmarksCoordinates coordinates)
@Nullable public CorporationBookmarksCoordinates getCoordinates()
public void setCoordinates(CorporationBookmarksCoordinates coordinates)
public CorporationBookmarksResponse created(java.time.OffsetDateTime created)
public java.time.OffsetDateTime getCreated()
public void setCreated(java.time.OffsetDateTime created)
public CorporationBookmarksResponse creatorId(Integer creatorId)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public CorporationBookmarksResponse folderId(Integer folderId)
public void setFolderId(Integer folderId)
public CorporationBookmarksResponse item(CorporationBookmarkItem item)
@Nullable public CorporationBookmarkItem getItem()
public void setItem(CorporationBookmarkItem item)
public CorporationBookmarksResponse label(String label)
public String getLabel()
public void setLabel(String label)
public CorporationBookmarksResponse locationId(Integer locationId)
public Integer getLocationId()
public void setLocationId(Integer locationId)
public CorporationBookmarksResponse notes(String notes)
public String getNotes()
public void setNotes(String notes)
Copyright © 2020. All Rights Reserved.