@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class Template extends Object
Constructor and Description |
---|
Template() |
Modifier and Type | Method and Description |
---|---|
Template |
criteria(Criteria criteria) |
Template |
deleted(Boolean deleted) |
Template |
description(String description) |
boolean |
equals(Object o) |
DateTime |
getCreatedOn()
The date and time the template was created.
|
Criteria |
getCriteria()
Selection criteria that can be used to determine if a given template should be used for the target user.
|
String |
getDescription()
Get description
|
String |
getGuid()
Get guid
|
DateTime |
getModifiedOn()
The date and time the template was last modified.
|
String |
getName()
Get name
|
DateTime |
getPublishedCreatedOn()
The date and time of the template revision that is the published revision to use.
|
TemplateType |
getTemplateType()
Get templateType
|
String |
getType()
Template
|
Long |
getVersion()
The optimistic locking version of the template.
|
Template |
guid(String guid) |
int |
hashCode() |
Boolean |
isDeleted()
Has this template been logically deleted (an admin can restore it)?
|
Template |
name(String name) |
Template |
publishedCreatedOn(DateTime publishedCreatedOn) |
void |
setCriteria(Criteria criteria) |
void |
setDeleted(Boolean deleted) |
void |
setDescription(String description) |
void |
setGuid(String guid) |
void |
setName(String name) |
void |
setPublishedCreatedOn(DateTime publishedCreatedOn) |
void |
setTemplateType(TemplateType templateType) |
void |
setVersion(Long version) |
Template |
templateType(TemplateType templateType) |
String |
toString() |
Template |
version(Long version) |
public String getGuid()
public void setGuid(String guid)
public Template templateType(TemplateType templateType)
public TemplateType getTemplateType()
public void setTemplateType(TemplateType templateType)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Criteria getCriteria()
public void setCriteria(Criteria criteria)
public DateTime getCreatedOn()
public DateTime getModifiedOn()
public DateTime getPublishedCreatedOn()
public void setPublishedCreatedOn(DateTime publishedCreatedOn)
public Boolean isDeleted()
public void setDeleted(Boolean deleted)
public Long getVersion()
public void setVersion(Long version)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.