class ActiveNetsuite::PhoneCall

{urn:scheduling_2013_2.activities.webservices.netsuite.com}PhoneCall

nullFieldList - ActiveNetsuite::NullField
message - SOAP::SOAPString
company - ActiveNetsuite::RecordRef
contact - ActiveNetsuite::RecordRef
supportCase - ActiveNetsuite::RecordRef
transaction - ActiveNetsuite::RecordRef
milestone - ActiveNetsuite::RecordRef
customForm - ActiveNetsuite::RecordRef
title - SOAP::SOAPString
owner - ActiveNetsuite::RecordRef
assigned - ActiveNetsuite::RecordRef
sendEmail - SOAP::SOAPBoolean
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
timedEvent - SOAP::SOAPBoolean
completedDate - SOAP::SOAPDateTime
phone - SOAP::SOAPString
status - ActiveNetsuite::PhoneCallStatus
priority - ActiveNetsuite::PhoneCallPriority
accessLevel - SOAP::SOAPBoolean
reminderType - ActiveNetsuite::PhoneCallReminderType
reminderMinutes - ActiveNetsuite::PhoneCallReminderMinutes
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
contactList - ActiveNetsuite::PhoneCallContactList
timeItemList - ActiveNetsuite::PhoneCallTimeItemList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

accessLevel[RW]
assigned[RW]
company[RW]
completedDate[RW]
contact[RW]
contactList[RW]
createdDate[RW]
customFieldList[RW]
customForm[RW]
endDate[RW]
lastModifiedDate[RW]
message[RW]
milestone[RW]
nullFieldList[RW]
owner[RW]
phone[RW]
priority[RW]
reminderMinutes[RW]
reminderType[RW]
sendEmail[RW]
startDate[RW]
status[RW]
supportCase[RW]
timeItemList[RW]
timedEvent[RW]
title[RW]
transaction[RW]

Public Class Methods

new(nullFieldList = nil, message = nil, company = nil, contact = nil, supportCase = nil, transaction = nil, milestone = nil, customForm = nil, title = nil, owner = nil, assigned = nil, sendEmail = nil, startDate = nil, endDate = nil, timedEvent = nil, completedDate = nil, phone = nil, status = nil, priority = nil, accessLevel = nil, reminderType = nil, reminderMinutes = nil, createdDate = nil, lastModifiedDate = nil, contactList = nil, timeItemList = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 580
def initialize(nullFieldList = nil, message = nil, company = nil, contact = nil, supportCase = nil, transaction = nil, milestone = nil, customForm = nil, title = nil, owner = nil, assigned = nil, sendEmail = nil, startDate = nil, endDate = nil, timedEvent = nil, completedDate = nil, phone = nil, status = nil, priority = nil, accessLevel = nil, reminderType = nil, reminderMinutes = nil, createdDate = nil, lastModifiedDate = nil, contactList = nil, timeItemList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @message = message
  @company = company
  @contact = contact
  @supportCase = supportCase
  @transaction = transaction
  @milestone = milestone
  @customForm = customForm
  @title = title
  @owner = owner
  @assigned = assigned
  @sendEmail = sendEmail
  @startDate = startDate
  @endDate = endDate
  @timedEvent = timedEvent
  @completedDate = completedDate
  @phone = phone
  @status = status
  @priority = priority
  @accessLevel = accessLevel
  @reminderType = reminderType
  @reminderMinutes = reminderMinutes
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @contactList = contactList
  @timeItemList = timeItemList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 560
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 572
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 576
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 564
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 568
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end