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.StateCase.State. forNumber(int value)Case.StateCase.Builder. getState()Output only.Case.StateCase. getState()Output only.Case.StateCaseOrBuilder. getState()Output only.static Case.StateCase.State. valueOf(int value)Deprecated.static Case.StateCase.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Case.StateCase.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.BuilderCase.Builder. setState(Case.State value)Output only.
-