Interface CompositeModelProperty.Builder

    • Method Detail

      • name

        CompositeModelProperty.Builder name​(String name)

        The name of the property.

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

        CompositeModelProperty.Builder type​(String type)

        The type of the composite model that defines this property.

        Parameters:
        type - The type of the composite model that defines this property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetProperty

        CompositeModelProperty.Builder assetProperty​(Property assetProperty)
        Sets the value of the AssetProperty property for this object.
        Parameters:
        assetProperty - The new value for the AssetProperty property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        CompositeModelProperty.Builder id​(String id)

        The ID of the composite model that contains the property.

        Parameters:
        id - The ID of the composite model that contains the property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.