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 Type
    Method
    Description
    Should be one of the com.inductiveautomation.ignition.common.user.ContactType static values
    com.google.protobuf.ByteString
    Should be one of the com.inductiveautomation.ignition.common.user.ContactType static values
    string value = 2;
    com.google.protobuf.ByteString
    string value = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.