Interface DeviceInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeviceInfo.Builder,DeviceInfo>, SdkBuilder<DeviceInfo.Builder,DeviceInfo>, SdkPojo
Enclosing class:
DeviceInfo

public static interface DeviceInfo.Builder extends SdkPojo, CopyableBuilder<DeviceInfo.Builder,DeviceInfo>
  • Method Details

    • platformName

      DeviceInfo.Builder platformName(String platformName)

      Name of the platform that the participant used for the call.

      Parameters:
      platformName - Name of the platform that the participant used for the call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platformVersion

      DeviceInfo.Builder platformVersion(String platformVersion)

      Version of the platform that the participant used for the call.

      Parameters:
      platformVersion - Version of the platform that the participant used for the call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingSystem

      DeviceInfo.Builder operatingSystem(String operatingSystem)

      Operating system that the participant used for the call.

      Parameters:
      operatingSystem - Operating system that the participant used for the call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.