Package tech.kronicle.sdk.models
Class SoftwareRepository.SoftwareRepositoryBuilder
- java.lang.Object
-
- tech.kronicle.sdk.models.SoftwareRepository.SoftwareRepositoryBuilder
-
- Enclosing class:
- SoftwareRepository
public static class SoftwareRepository.SoftwareRepositoryBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoftwareRepositorybuild()SoftwareRepository.SoftwareRepositoryBuildersafe(java.lang.Boolean safe)SoftwareRepository.SoftwareRepositoryBuilderscannerId(java.lang.String scannerId)SoftwareRepository.SoftwareRepositoryBuilderscope(SoftwareRepositoryScope scope)java.lang.StringtoString()SoftwareRepository.SoftwareRepositoryBuildertype(SoftwareRepositoryType type)SoftwareRepository.SoftwareRepositoryBuilderurl(java.lang.String url)
-
-
-
Method Detail
-
scannerId
public SoftwareRepository.SoftwareRepositoryBuilder scannerId(java.lang.String scannerId)
- Returns:
this.
-
type
public SoftwareRepository.SoftwareRepositoryBuilder type(SoftwareRepositoryType type)
- Returns:
this.
-
url
public SoftwareRepository.SoftwareRepositoryBuilder url(java.lang.String url)
- Returns:
this.
-
safe
public SoftwareRepository.SoftwareRepositoryBuilder safe(java.lang.Boolean safe)
- Returns:
this.
-
scope
public SoftwareRepository.SoftwareRepositoryBuilder scope(SoftwareRepositoryScope scope)
- Returns:
this.
-
build
public SoftwareRepository build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-