Uses of Class
com.google.cloud.essentialcontacts.v1.ValidationState
-
Packages that use ValidationState Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts API -
-
Uses of ValidationState in com.google.cloud.essentialcontacts.v1
Methods in com.google.cloud.essentialcontacts.v1 that return ValidationState Modifier and Type Method Description static ValidationStateValidationState. forNumber(int value)ValidationStateContact.Builder. getValidationState()The validity of the contact.ValidationStateContact. getValidationState()The validity of the contact.ValidationStateContactOrBuilder. getValidationState()The validity of the contact.static ValidationStateValidationState. valueOf(int value)Deprecated.static ValidationStateValidationState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ValidationStateValidationState. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationState[]ValidationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type ValidationState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValidationState>ValidationState. internalGetValueMap()Methods in com.google.cloud.essentialcontacts.v1 with parameters of type ValidationState Modifier and Type Method Description Contact.BuilderContact.Builder. setValidationState(ValidationState value)The validity of the contact.
-