Interface ObjectTypes.Builder

    • Method Detail

      • source

        ObjectTypes.Builder source​(String source)

        The type of the object in the source branch.

        Parameters:
        source - The type of the object in the source branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectTypeEnum, ObjectTypeEnum
      • source

        ObjectTypes.Builder source​(ObjectTypeEnum source)

        The type of the object in the source branch.

        Parameters:
        source - The type of the object in the source branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectTypeEnum, ObjectTypeEnum
      • destination

        ObjectTypes.Builder destination​(String destination)

        The type of the object in the destination branch.

        Parameters:
        destination - The type of the object in the destination branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectTypeEnum, ObjectTypeEnum
      • destination

        ObjectTypes.Builder destination​(ObjectTypeEnum destination)

        The type of the object in the destination branch.

        Parameters:
        destination - The type of the object in the destination branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectTypeEnum, ObjectTypeEnum
      • base

        ObjectTypes.Builder base​(String base)

        The type of the object in the base commit of the merge.

        Parameters:
        base - The type of the object in the base commit of the merge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectTypeEnum, ObjectTypeEnum
      • base

        ObjectTypes.Builder base​(ObjectTypeEnum base)

        The type of the object in the base commit of the merge.

        Parameters:
        base - The type of the object in the base commit of the merge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectTypeEnum, ObjectTypeEnum