| Modifier and Type | Method and Description |
|---|---|
static CustomConstraint.MethodType |
CustomConstraint.MethodType.forNumber(int value) |
CustomConstraint.MethodType |
CustomConstraint.getMethodTypes(int index)
All the operations being applied for this constraint.
|
CustomConstraint.MethodType |
CustomConstraint.Builder.getMethodTypes(int index)
All the operations being applied for this constraint.
|
CustomConstraint.MethodType |
CustomConstraintOrBuilder.getMethodTypes(int index)
All the operations being applied for this constraint.
|
static CustomConstraint.MethodType |
CustomConstraint.MethodType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CustomConstraint.MethodType |
CustomConstraint.MethodType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CustomConstraint.MethodType |
CustomConstraint.MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomConstraint.MethodType[] |
CustomConstraint.MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomConstraint.MethodType> |
CustomConstraint.getMethodTypesList()
All the operations being applied for this constraint.
|
List<CustomConstraint.MethodType> |
CustomConstraint.Builder.getMethodTypesList()
All the operations being applied for this constraint.
|
List<CustomConstraint.MethodType> |
CustomConstraintOrBuilder.getMethodTypesList()
All the operations being applied for this constraint.
|
static com.google.protobuf.Internal.EnumLiteMap<CustomConstraint.MethodType> |
CustomConstraint.MethodType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CustomConstraint.Builder |
CustomConstraint.Builder.addMethodTypes(CustomConstraint.MethodType value)
All the operations being applied for this constraint.
|
CustomConstraint.Builder |
CustomConstraint.Builder.setMethodTypes(int index,
CustomConstraint.MethodType value)
All the operations being applied for this constraint.
|
| Modifier and Type | Method and Description |
|---|---|
CustomConstraint.Builder |
CustomConstraint.Builder.addAllMethodTypes(Iterable<? extends CustomConstraint.MethodType> values)
All the operations being applied for this constraint.
|
Copyright © 2024 Google LLC. All rights reserved.