@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class ExternalResource extends Object
Constructor and Description |
---|
ExternalResource() |
Modifier and Type | Method and Description |
---|---|
ExternalResource |
addContributorsItem(String contributorsItem) |
ExternalResource |
addCreatorsItem(String creatorsItem) |
ExternalResource |
addPublishersItem(String publishersItem) |
ExternalResource |
category(ResourceCategory category) |
ExternalResource |
contributors(List<String> contributors) |
ExternalResource |
createdAtRevision(Integer createdAtRevision) |
ExternalResource |
creators(List<String> creators) |
ExternalResource |
date(String date) |
ExternalResource |
deleted(Boolean deleted) |
ExternalResource |
description(String description) |
boolean |
equals(Object o) |
ExternalResource |
format(String format) |
ResourceCategory |
getCategory()
One of an enumerated list of categories of documentation resources.
|
List<String> |
getContributors()
Non-authorial contributors to the documentation (researchers who participated in the research, grant funders, or the like).
|
Integer |
getCreatedAtRevision()
The revision of the assessment at the time this resource was created or updated.
|
DateTime |
getCreatedOn()
The date and time the app config was created.
|
List<String> |
getCreators()
The authors of the documentation.
|
String |
getDate()
The date of publication of the resource (a human-readable format is sufficient unless you wish to sort by this field).
|
String |
getDescription()
Short description of the resource this link is documenting.
|
String |
getFormat()
The format of the resource being described, expressed as a MIME type (e.g.
|
String |
getGuid()
Get guid
|
String |
getLanguage()
The language *of the resource being described by this link.* It is probably not necessary to use something structured like ISO 639-1 language codes, the name of the language in English will do.
|
Integer |
getMaxRevision()
The least (highest) revision of an assessment that this resource applies to.
|
Integer |
getMinRevision()
The earlist (lowest) revision of an assessment that this resource applies to.
|
DateTime |
getModifiedOn()
The date and time the app config was last modified.
|
List<String> |
getPublishers()
A list of the publishers (or institutions, or even hosting sites) supporting publication of the documentation.
|
String |
getTitle()
Get title
|
String |
getType()
ExternalResource
|
String |
getUrl()
The link to retrieve the resource via the Internet.
|
Long |
getVersion()
The optimistic locking version of the assessment.
|
ExternalResource |
guid(String guid) |
int |
hashCode() |
Boolean |
isDeleted()
Has this external resource been logically deleted (an admin can restore it)?
|
Boolean |
isUpToDate()
The `createdAtRevision` field records the revision of the assessment when this resource link was created or last updated.
|
ExternalResource |
language(String language) |
ExternalResource |
maxRevision(Integer maxRevision) |
ExternalResource |
minRevision(Integer minRevision) |
ExternalResource |
publishers(List<String> publishers) |
void |
setCategory(ResourceCategory category) |
void |
setContributors(List<String> contributors) |
void |
setCreatedAtRevision(Integer createdAtRevision) |
void |
setCreators(List<String> creators) |
void |
setDate(String date) |
void |
setDeleted(Boolean deleted) |
void |
setDescription(String description) |
void |
setFormat(String format) |
void |
setGuid(String guid) |
void |
setLanguage(String language) |
void |
setMaxRevision(Integer maxRevision) |
void |
setMinRevision(Integer minRevision) |
void |
setPublishers(List<String> publishers) |
void |
setTitle(String title) |
void |
setUrl(String url) |
void |
setVersion(Long version) |
ExternalResource |
title(String title) |
String |
toString() |
ExternalResource |
url(String url) |
ExternalResource |
version(Long version) |
public ExternalResource guid(String guid)
public String getGuid()
public void setGuid(String guid)
public ExternalResource title(String title)
public String getTitle()
public void setTitle(String title)
public ExternalResource category(ResourceCategory category)
public ResourceCategory getCategory()
public void setCategory(ResourceCategory category)
public ExternalResource url(String url)
public String getUrl()
public void setUrl(String url)
public ExternalResource format(String format)
public String getFormat()
public void setFormat(String format)
public ExternalResource date(String date)
public String getDate()
public void setDate(String date)
public ExternalResource description(String description)
public String getDescription()
public void setDescription(String description)
public ExternalResource contributors(List<String> contributors)
public ExternalResource addContributorsItem(String contributorsItem)
public List<String> getContributors()
public ExternalResource creators(List<String> creators)
public ExternalResource addCreatorsItem(String creatorsItem)
public ExternalResource publishers(List<String> publishers)
public ExternalResource addPublishersItem(String publishersItem)
public List<String> getPublishers()
public ExternalResource language(String language)
public String getLanguage()
public void setLanguage(String language)
public ExternalResource minRevision(Integer minRevision)
public Integer getMinRevision()
public void setMinRevision(Integer minRevision)
public ExternalResource maxRevision(Integer maxRevision)
public Integer getMaxRevision()
public void setMaxRevision(Integer maxRevision)
public ExternalResource createdAtRevision(Integer createdAtRevision)
public Integer getCreatedAtRevision()
public void setCreatedAtRevision(Integer createdAtRevision)
public DateTime getCreatedOn()
public DateTime getModifiedOn()
public ExternalResource deleted(Boolean deleted)
public Boolean isDeleted()
public void setDeleted(Boolean deleted)
public ExternalResource version(Long version)
public Long getVersion()
public void setVersion(Long version)
public Boolean isUpToDate()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.