Interface GetSdkTypesResponse.Builder

    • Method Detail

      • position

        GetSdkTypesResponse.Builder position​(String position)
        Sets the value of the Position property for this object.
        Parameters:
        position - The new value for the Position property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetSdkTypesResponse.Builder items​(Collection<SdkType> items)

        The current page of elements from this collection.

        Parameters:
        items - The current page of elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetSdkTypesResponse.Builder items​(SdkType... items)

        The current page of elements from this collection.

        Parameters:
        items - The current page of elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.