class SnsIdUserStatus

Constants

ACCOUNTMIGRATIONCHECKTYPE
FIELDS
PHONENUMBERREGISTERED
SAMEDEVICE
USEREXISTING

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 15477
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 15479
def validate
  unless @accountMigrationCheckType.nil? || ::P0_a_e_a_b_g::VALID_VALUES.include?(@accountMigrationCheckType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field accountMigrationCheckType!')
  end
end