Class LineItemName (0.3.0)

public class LineItemName implements ResourceName

Inheritance

Object > LineItemName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String networkCode, String order, String lineItem)

public static String format(String networkCode, String order, String lineItem)
Parameters
Name Description
networkCode String
order String
lineItem 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 LineItemName.Builder newBuilder()
Returns
Type Description
LineItemName.Builder

of(String networkCode, String order, String lineItem)

public static LineItemName of(String networkCode, String order, String lineItem)
Parameters
Name Description
networkCode String
order String
lineItem String
Returns
Type Description
LineItemName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<LineItemName> values)

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

Constructors

LineItemName() (deprecated)

protected LineItemName()

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>

getLineItem()

public String getLineItem()
Returns
Type Description
String

getNetworkCode()

public String getNetworkCode()
Returns
Type Description
String

getOrder()

public String getOrder()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides