Interface UserProperty.Builder

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

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

    • key

      A key to be specified in UserProperty.

      Parameters:
      key - A key to be specified in UserProperty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      A value to be specified in UserProperty.

      Parameters:
      value - A value to be specified in UserProperty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.