Class ProjectStoredInfoTypeName (3.47.0)

public class ProjectStoredInfoTypeName extends StoredInfoTypeName

AUTO-GENERATED DOCUMENTATION AND CLASS

Inheritance

Object > StoredInfoTypeName > ProjectStoredInfoTypeName

Static Methods

format(String project, String storedInfoType)

public static String format(String project, String storedInfoType)
Parameters
Name Description
project String
storedInfoType 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 ProjectStoredInfoTypeName.Builder newBuilder()
Returns
Type Description
ProjectStoredInfoTypeName.Builder

of(String project, String storedInfoType)

public static ProjectStoredInfoTypeName of(String project, String storedInfoType)
Parameters
Name Description
project String
storedInfoType String
Returns
Type Description
ProjectStoredInfoTypeName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ProjectStoredInfoTypeName> values)

public static List<String> toStringList(List<ProjectStoredInfoTypeName> values)
Parameter
Name Description
values List<ProjectStoredInfoTypeName>
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
Overrides

getFieldValuesMap()

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

getProject()

public String getProject()
Returns
Type Description
String
Overrides

getStoredInfoType()

public String getStoredInfoType()
Returns
Type Description
String
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public ProjectStoredInfoTypeName.Builder toBuilder()
Returns
Type Description
ProjectStoredInfoTypeName.Builder
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides