Interface ContactInfoProto.ContactInfoPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContactInfoProto.ContactInfoPB,ContactInfoProto.ContactInfoPB.Builder
- Enclosing class:
- ContactInfoProto
public static interface ContactInfoProto.ContactInfoPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionShould be one of the com.inductiveautomation.ignition.common.user.ContactType static valuescom.google.protobuf.ByteStringShould be one of the com.inductiveautomation.ignition.common.user.ContactType static valuesgetValue()string value = 2;com.google.protobuf.ByteStringstring value = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContactType
String getContactType()Should be one of the com.inductiveautomation.ignition.common.user.ContactType static values
string contactType = 1;- Returns:
- The contactType.
-
getContactTypeBytes
com.google.protobuf.ByteString getContactTypeBytes()Should be one of the com.inductiveautomation.ignition.common.user.ContactType static values
string contactType = 1;- Returns:
- The bytes for contactType.
-
getValue
String getValue()string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()string value = 2;- Returns:
- The bytes for value.
-