Interface GameProperty.Builder

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

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

    • key

      The game property identifier.

      Parameters:
      key - The game property identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The game property value.

      Parameters:
      value - The game property value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.