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.PriorityCase.Priority. forNumber(int value)Case.PriorityCase.Builder. getPriority()The priority of this case.Case.PriorityCase. getPriority()The priority of this case.Case.PriorityCaseOrBuilder. getPriority()The priority of this case.static Case.PriorityCase.Priority. valueOf(int value)Deprecated.static Case.PriorityCase.Priority. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Case.PriorityCase.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.BuilderCase.Builder. setPriority(Case.Priority value)The priority of this case.
-