Class AnnotationSpecSetName.Builder (0.162.0)

public static class AnnotationSpecSetName.Builder

Builder for projects/{project}/annotationSpecSets/{annotation_spec_set}.

Inheritance

java.lang.Object > AnnotationSpecSetName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AnnotationSpecSetName build()
Returns
Type Description
AnnotationSpecSetName

getAnnotationSpecSet()

public String getAnnotationSpecSet()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAnnotationSpecSet(String annotationSpecSet)

public AnnotationSpecSetName.Builder setAnnotationSpecSet(String annotationSpecSet)
Parameter
Name Description
annotationSpecSet String
Returns
Type Description
AnnotationSpecSetName.Builder

setProject(String project)

public AnnotationSpecSetName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
AnnotationSpecSetName.Builder