@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class Survey extends Object
Constructor and Description |
---|
Survey() |
Modifier and Type | Method and Description |
---|---|
Survey |
addElementsItem(SurveyElement elementsItem) |
Survey |
copyrightNotice(String copyrightNotice) |
Survey |
createdOn(DateTime createdOn) |
Survey |
deleted(Boolean deleted) |
Survey |
elements(List<SurveyElement> elements) |
boolean |
equals(Object o) |
String |
getCopyrightNotice()
A copyright notice identifying the owners of the published work.
|
DateTime |
getCreatedOn()
The ISO 8601 date on which this version of this survey was created.
|
List<SurveyElement> |
getElements()
An ordered collection of SurveyElement sub-types (in the order they will appear in the survey).
|
String |
getGuid()
Get guid
|
String |
getIdentifier()
A private name for the survey, only visible to researchers, used to identify the survey on export.
|
DateTime |
getModifiedOn()
The date and time when this version of the survey was last modified.
|
String |
getModuleId()
Module ID, if this survey was imported from a shared module.
|
Integer |
getModuleVersion()
Module version, if this survey was imported from a shared module.
|
String |
getName()
The name of this survey.
|
Long |
getSchemaRevision()
The corresponding schema revision that Bridge server uses to export survey answers to Synapse.
|
String |
getType()
Survey
|
Long |
getVersion()
The version of this survey as used to implement optimistic locking.
|
Survey |
guid(String guid) |
int |
hashCode() |
Survey |
identifier(String identifier) |
Boolean |
isDeleted()
Has this survey been logically deleted (an admin can restore it)?
|
Boolean |
isPublished()
True if this survey revision has been published, and is accessible to users through scheduling.
|
Survey |
moduleId(String moduleId) |
Survey |
moduleVersion(Integer moduleVersion) |
Survey |
name(String name) |
Survey |
schemaRevision(Long schemaRevision) |
void |
setCopyrightNotice(String copyrightNotice) |
void |
setCreatedOn(DateTime createdOn) |
void |
setDeleted(Boolean deleted) |
void |
setElements(List<SurveyElement> elements) |
void |
setGuid(String guid) |
void |
setIdentifier(String identifier) |
void |
setModuleId(String moduleId) |
void |
setModuleVersion(Integer moduleVersion) |
void |
setName(String name) |
void |
setSchemaRevision(Long schemaRevision) |
void |
setVersion(Long version) |
String |
toString() |
Survey |
version(Long version) |
public String getGuid()
public void setGuid(String guid)
public String getModuleId()
public void setModuleId(String moduleId)
public Integer getModuleVersion()
public void setModuleVersion(Integer moduleVersion)
public String getName()
public void setName(String name)
public String getIdentifier()
public void setIdentifier(String identifier)
public Boolean isPublished()
public Long getSchemaRevision()
public void setSchemaRevision(Long schemaRevision)
public DateTime getCreatedOn()
public void setCreatedOn(DateTime createdOn)
public DateTime getModifiedOn()
public String getCopyrightNotice()
public void setCopyrightNotice(String copyrightNotice)
public Boolean isDeleted()
public void setDeleted(Boolean deleted)
public Long getVersion()
public void setVersion(Long version)
public Survey elements(List<SurveyElement> elements)
public Survey addElementsItem(SurveyElement elementsItem)
public List<SurveyElement> getElements()
public void setElements(List<SurveyElement> elements)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.