Class KeyEventName (0.58.0)

public class KeyEventName implements ResourceName

Inheritance

Object > KeyEventName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String property, String keyEvent)

public static String format(String property, String keyEvent)
Parameters
Name Description
property String
keyEvent 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 KeyEventName.Builder newBuilder()
Returns
Type Description
KeyEventName.Builder

of(String property, String keyEvent)

public static KeyEventName of(String property, String keyEvent)
Parameters
Name Description
property String
keyEvent String
Returns
Type Description
KeyEventName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<KeyEventName> values)

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

Constructors

KeyEventName() (deprecated)

protected KeyEventName()

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>

getKeyEvent()

public String getKeyEvent()
Returns
Type Description
String

getProperty()

public String getProperty()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides