Class NoteName (2.38.0)

public class NoteName extends IamResourceName

AUTO-GENERATED DOCUMENTATION AND CLASS

Inheritance

Object > IamResourceName > NoteName

Static Methods

format(String project, String note)

public static String format(String project, String note)
Parameters
NameDescription
projectString
noteString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static NoteName.Builder newBuilder()
Returns
TypeDescription
NoteName.Builder

of(String project, String note)

public static NoteName of(String project, String note)
Parameters
NameDescription
projectString
noteString
Returns
TypeDescription
NoteName

parse(String formattedString)

public static NoteName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
NoteName

parseList(List<String> formattedStrings)

public static List<NoteName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<NoteName>

toStringList(List<NoteName> values)

public static List<String> toStringList(List<NoteName> values)
Parameter
NameDescription
valuesList<NoteName>
Returns
TypeDescription
List<String>

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getNote()

public String getNote()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public NoteName.Builder toBuilder()
Returns
TypeDescription
NoteName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides