Device.Ownership

enum Device.Ownership


Ownership of the managed device.

Summary

Enum Values

COMPANY_OWNED

Device is company-owned.

OWNERSHIP_UNSPECIFIED

Ownership is unspecified.

PERSONALLY_OWNED

Device is personally-owned.

Public functions

java-static Device.Ownership!
valueOf(name: String!)

Returns the enum constant of this type with the specified name.

java-static Array<Device.Ownership!>!

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

COMPANY_OWNED

val Device.Ownership.COMPANY_OWNEDDevice.Ownership

Device is company-owned.

OWNERSHIP_UNSPECIFIED

val Device.Ownership.OWNERSHIP_UNSPECIFIEDDevice.Ownership

Ownership is unspecified.

PERSONALLY_OWNED

val Device.Ownership.PERSONALLY_OWNEDDevice.Ownership

Device is personally-owned.

Public functions

valueOf

java-static fun valueOf(name: String!): Device.Ownership!

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
Device.Ownership!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

java-static fun values(): Array<Device.Ownership!>!

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Array<Device.Ownership!>!

an array containing the constants of this enum type, in the order they're declared