Class: Jamf::OAPISchemas::PrestagePurchasingInformationV2
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::PrestagePurchasingInformationV2
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb
Overview
OAPI Object Model and Enums for: PrestagePurchasingInformationV2
This class was automatically genereated from the api/schema URL path on a Jamf Pro server version 10.36.1-t1645562643
This class may be used directly, e.g instances of other classes may use instances of this class as one of their own properties/attributes.
It may also be used as a superclass when implementing Jamf Pro API Resources in ruby-jss. The subclasses include appropriate mixins, and should expand on the basic functionality provided here.
Container Objects: Other object models that use this model as the value in one of their attributes.
- Jamf::OAPISchemas::DeviceEnrollmentPrestageV2
Sub Objects: Other object models used by this model's attributes.
Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.
Constant Summary collapse
- OAPI_PROPERTIES =
{ # @!attribute id # @return [String] id: { class: :j_id, required: true, identifier: :primary }, # @!attribute leased # @return [Boolean] leased: { class: :boolean, required: true }, # @!attribute purchased # @return [Boolean] purchased: { class: :boolean, required: true }, # @!attribute appleCareId # @return [String] appleCareId: { class: :string, required: true }, # @!attribute poNumber # @return [String] poNumber: { class: :string, required: true }, # @!attribute vendor # @return [String] vendor: { class: :string, required: true }, # @!attribute purchasePrice # @return [String] purchasePrice: { class: :string, required: true }, # @!attribute lifeExpectancy # @return [Integer] lifeExpectancy: { class: :integer, required: true }, # @!attribute purchasingAccount # @return [String] purchasingAccount: { class: :string, required: true }, # @!attribute purchasingContact # @return [String] purchasingContact: { class: :string, required: true }, # @!attribute leaseDate # @return [String] leaseDate: { class: :string, required: true }, # @!attribute poDate # @return [String] poDate: { class: :string, required: true }, # @!attribute warrantyDate # @return [String] warrantyDate: { class: :string, required: true }, # @!attribute versionLock # @return [Integer] versionLock: { class: :integer, required: true } }
Instance Attribute Summary collapse
- #appleCareId ⇒ String
- #id ⇒ String
- #leased ⇒ Boolean
- #leaseDate ⇒ String
- #lifeExpectancy ⇒ Integer
- #poDate ⇒ String
- #poNumber ⇒ String
- #purchased ⇒ Boolean
- #purchasePrice ⇒ String
- #purchasingAccount ⇒ String
- #purchasingContact ⇒ String
- #vendor ⇒ String
- #versionLock ⇒ Integer
- #warrantyDate ⇒ String
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#appleCareId ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 92
|
#id ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 70
|
#leased ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 78
|
#leaseDate ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 141
|
#lifeExpectancy ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 120
|
#poDate ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 148
|
#poNumber ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 99
|
#purchased ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 85
|
#purchasePrice ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 113
|
#purchasingAccount ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 127
|
#purchasingContact ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 134
|
#vendor ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 106
|
#versionLock ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 162
|
#warrantyDate ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb', line 155
|