Interface ApiParameter.Builder

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

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

    • name

      The name of the parameter.

      Parameters:
      name - The name of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The data type for the parameter.

      Parameters:
      type - The data type for the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the parameter.

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