Interface CompositeComponentTypeResponse.Builder

    • Method Detail

      • componentTypeId

        CompositeComponentTypeResponse.Builder componentTypeId​(String componentTypeId)

        This is the componentTypeId that this compositeComponentType refers to.

        Parameters:
        componentTypeId - This is the componentTypeId that this compositeComponentType refers to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isInherited

        CompositeComponentTypeResponse.Builder isInherited​(Boolean isInherited)

        This boolean indicates whether this compositeComponentType is inherited from its parent.

        Parameters:
        isInherited - This boolean indicates whether this compositeComponentType is inherited from its parent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.