Uses of Class
io.grafeas.v1beta1.attestation.NoteName
-
Packages that use NoteName Package Description io.grafeas.v1beta1.attestation -
-
Uses of NoteName in io.grafeas.v1beta1.attestation
Methods in io.grafeas.v1beta1.attestation that return NoteName Modifier and Type Method Description NoteNameNoteName.Builder. build()static NoteNameNoteName. of(String project, String note)static NoteNameNoteName. parse(String formattedString)Methods in io.grafeas.v1beta1.attestation that return types with arguments of type NoteName Modifier and Type Method Description static List<NoteName>NoteName. parseList(List<String> formattedStrings)Method parameters in io.grafeas.v1beta1.attestation with type arguments of type NoteName Modifier and Type Method Description static List<String>NoteName. toStringList(List<NoteName> values)
-