class ContactEntry

Constants

CALENDAREVENTS
CONTACT
FIELDS
SNAPSHOTTIMEMILLIS
USERSTATUS

Public Instance Methods

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