Class: JSS::AdvancedMobileDeviceSearch

Inherits:
AdvancedSearch show all
Defined in:
lib/jss/api_object/advanced_search/advanced_mobile_device_search.rb,
lib/jss.rb

Overview

An AdvancedComputerSearch in the JSS

Constant Summary collapse

RSRC_BASE =

The base for REST resources of this class

'advancedmobiledevicesearches'.freeze
RSRC_LIST_KEY =

the hash key used for the JSON list output of all objects in the JSS

:advanced_mobile_device_searches
RSRC_OBJECT_KEY =

The hash key used for the JSON object output. It's also used in various error messages

:advanced_mobile_device_search
RESULT_CLASS =

what kind of thing is returned by this search?

JSS::MobileDevice
RESULT_ID_FIELDS =

what data fields come back along with the display fields for each mobiledevices?

[:id, :name, :udid].freeze
OBJECT_HISTORY_OBJECT_TYPE =

the object type for this object in the object history table. See JSS::APIObject#add_object_history_entry

71

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from JSS::AdvancedSearch

Instance Attribute Details

#criteriaJSS::Criteriable::Criteria Originally defined in module Criteriable

Returns the criteria for the instance into which we're mixed.

Returns:

#need_to_updateBoolean (readonly) Originally defined in module Updatable

Returns do we have unsaved changes?.

Returns:

  • (Boolean)

    do we have unsaved changes?