Interface BasicDeviceObject.Builder

  • Method Details

    • appId

      The unique application ID for the Wickr app on this device.

      Parameters:
      appId - The unique application ID for the Wickr app on this device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • created

      The timestamp when the device first appeared in the Wickr database.

      Parameters:
      created - The timestamp when the device first appeared in the Wickr database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastLogin

      BasicDeviceObject.Builder lastLogin(String lastLogin)

      The timestamp when the device last successfully logged into Wickr. This is also used to determine SSO idle time.

      Parameters:
      lastLogin - The timestamp when the device last successfully logged into Wickr. This is also used to determine SSO idle time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusText

      BasicDeviceObject.Builder statusText(String statusText)

      The current status of the device, either 'Active' or 'Reset' depending on whether the device is currently active or has been marked for reset.

      Parameters:
      statusText - The current status of the device, either 'Active' or 'Reset' depending on whether the device is currently active or has been marked for reset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suspend

      Indicates whether the device is suspended.

      Parameters:
      suspend - Indicates whether the device is suspended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The operating system of the device (e.g., 'MacOSX', 'Windows', 'iOS', 'Android').

      Parameters:
      type - The operating system of the device (e.g., 'MacOSX', 'Windows', 'iOS', 'Android').
      Returns:
      Returns a reference to this object so that method calls can be chained together.