Uses of Class
com.google.cloud.support.v2.Case.Priority
-
Packages that use Case.Priority Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of Case.Priority in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return Case.Priority Modifier and Type Method Description static Case.Priority
Case.Priority. forNumber(int value)
Case.Priority
Case.Builder. getPriority()
The priority of this case.Case.Priority
Case. getPriority()
The priority of this case.Case.Priority
CaseOrBuilder. getPriority()
The priority of this case.static Case.Priority
Case.Priority. valueOf(int value)
Deprecated.static Case.Priority
Case.Priority. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Case.Priority
Case.Priority. valueOf(String name)
Returns the enum constant of this type with the specified name.static Case.Priority[]
Case.Priority. 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.Priority Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Case.Priority>
Case.Priority. internalGetValueMap()
Methods in com.google.cloud.support.v2 with parameters of type Case.Priority Modifier and Type Method Description Case.Builder
Case.Builder. setPriority(Case.Priority value)
The priority of this case.
-