Class NoteName (2.44.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
Name Description
project String
note String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static NoteName.Builder newBuilder()
Returns
Type Description
NoteName.Builder

of(String project, String note)

public static NoteName of(String project, String note)
Parameters
Name Description
project String
note String
Returns
Type Description
NoteName

parse(String formattedString)

public static NoteName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
NoteName

parseList(List<String> formattedStrings)

public static List<NoteName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<NoteName>

toStringList(List<NoteName> values)

public static List<String> toStringList(List<NoteName> values)
Parameter
Name Description
values List<NoteName>
Returns
Type Description
List<String>

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getNote()

public String getNote()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public NoteName.Builder toBuilder()
Returns
Type Description
NoteName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides