Interface PropertyGroupRequest.Builder

  • Method Details

    • groupType

      PropertyGroupRequest.Builder groupType(String groupType)

      The group type.

      Parameters:
      groupType - The group type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupType

      The group type.

      Parameters:
      groupType - The group type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • propertyNames

      PropertyGroupRequest.Builder propertyNames(Collection<String> propertyNames)

      The names of properties.

      Parameters:
      propertyNames - The names of properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • propertyNames

      PropertyGroupRequest.Builder propertyNames(String... propertyNames)

      The names of properties.

      Parameters:
      propertyNames - The names of properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.