Package org.gitlab4j.api.models
Class Assets
java.lang.Object
org.gitlab4j.api.models.Assets
public class Assets extends Object
This class is part of the Release class model.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssets.Linkstatic classAssets.Source -
Constructor Summary
Constructors Constructor Description Assets() -
Method Summary
Modifier and Type Method Description IntegergetCount()StringgetEvidenceFilePath()List<Assets.Link>getLinks()List<Assets.Source>getSources()voidsetCount(Integer count)voidsetEvidenceFilePath(String evidenceFilePath)voidsetLinks(List<Assets.Link> links)voidsetSources(List<Assets.Source> sources)StringtoString()