Uses of Class
com.google.cloud.support.v2.Case.State
-
Packages that use Case.State Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of Case.State in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return Case.State Modifier and Type Method Description static Case.State
Case.State. forNumber(int value)
Case.State
Case.Builder. getState()
Output only.Case.State
Case. getState()
Output only.Case.State
CaseOrBuilder. getState()
Output only.static Case.State
Case.State. valueOf(int value)
Deprecated.static Case.State
Case.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Case.State
Case.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Case.State[]
Case.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.support.v2 that return types with arguments of type Case.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Case.State>
Case.State. internalGetValueMap()
Methods in com.google.cloud.support.v2 with parameters of type Case.State Modifier and Type Method Description Case.Builder
Case.Builder. setState(Case.State value)
Output only.
-