Interface AuthorizationCodeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AuthorizationCode, AuthorizationCode.Builder

    public interface AuthorizationCodeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCode()
      The Authorization Code in ASCII.
      com.google.protobuf.ByteString getCodeBytes()
      The Authorization Code in ASCII.
      • 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 Detail

      • getCode

        String getCode()
         The Authorization Code in ASCII. It can be used to transfer the domain
         to or from another registrar.
         
        string code = 1;
        Returns:
        The code.
      • getCodeBytes

        com.google.protobuf.ByteString getCodeBytes()
         The Authorization Code in ASCII. It can be used to transfer the domain
         to or from another registrar.
         
        string code = 1;
        Returns:
        The bytes for code.