public class SelfServiceBookmark extends Object
| Constructor and Description |
|---|
SelfServiceBookmark(String type,
String reference,
String namespace,
String name,
String branch,
String timestamp,
String description,
Boolean shared,
String container,
String template,
String containerName,
String templateName,
Boolean usable,
Number checkoutCount,
String bookmarkType,
Boolean expiration,
String creationTime)
Constructor for SelfServiceBookmark.
|
| Modifier and Type | Method and Description |
|---|---|
static SelfServiceBookmark |
fromJson(com.fasterxml.jackson.databind.JsonNode json)
Create new SelfServiceBookmark from JsonNode.
|
String |
getBookmarkType() |
String |
getBranch() |
Number |
getCheckoutCount() |
String |
getContainer() |
String |
getContainerName() |
String |
getCreationTime() |
String |
getDescription() |
Boolean |
getExpiration() |
String |
getName() |
String |
getNamespace() |
String |
getReference() |
Boolean |
getShared() |
String |
getTemplate() |
String |
getTemplateName() |
String |
getTimestamp() |
String |
getType() |
Boolean |
getUsable() |
public SelfServiceBookmark(String type, String reference, String namespace, String name, String branch, String timestamp, String description, Boolean shared, String container, String template, String containerName, String templateName, Boolean usable, Number checkoutCount, String bookmarkType, Boolean expiration, String creationTime)
type - Stringreference - Stringnamespace - Stringname - Stringbranch - Stringtimestamp - Stringdescription - Stringshared - Booleancontainer - Stringtemplate - StringcontainerName - StringtemplateName - Stringusable - BooleancheckoutCount - NumberbookmarkType - Stringexpiration - BooleancreationTime - Stringpublic String getType()
public String getReference()
public String getNamespace()
public String getName()
public String getBranch()
public String getTimestamp()
public String getDescription()
public Boolean getShared()
public String getContainer()
public String getTemplate()
public String getContainerName()
public String getTemplateName()
public Boolean getUsable()
public Number getCheckoutCount()
public String getBookmarkType()
public Boolean getExpiration()
public String getCreationTime()
public static SelfServiceBookmark fromJson(com.fasterxml.jackson.databind.JsonNode json)
json - JsonNodeCopyright © 2016–2018. All rights reserved.