ReportSourceTag.Builder |
ReportSourceTag.Builder.clearAction() |
Clears the value of the 'action' field.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.clearAnnotations() |
Clears the value of the 'annotations' field.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.clearOperation() |
Clears the value of the 'operation' field.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.clearSource() |
Clears the value of the 'source' field.
|
static ReportSourceTag.Builder |
ReportSourceTag.newBuilder() |
Creates a new ReportSourceTag RecordBuilder.
|
static ReportSourceTag.Builder |
ReportSourceTag.newBuilder(ReportSourceTag other) |
Creates a new ReportSourceTag RecordBuilder by copying an existing ReportSourceTag instance.
|
static ReportSourceTag.Builder |
ReportSourceTag.newBuilder(ReportSourceTag.Builder other) |
Creates a new ReportSourceTag RecordBuilder by copying an existing Builder.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.setAction(SourceTagAction value) |
Sets the value of the 'action' field.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.setAnnotations(List<String> value) |
Sets the value of the 'annotations' field.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.setOperation(SourceOperationType value) |
Sets the value of the 'operation' field.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.setSource(String value) |
Sets the value of the 'source' field.
|