Interface CapabilitySummary.Builder

    • Method Detail

      • capabilityId

        CapabilitySummary.Builder capabilityId​(String capabilityId)

        Returns a system-assigned unique identifier for the capability.

        Parameters:
        capabilityId - Returns a system-assigned unique identifier for the capability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CapabilitySummary.Builder name​(String name)

        The display name of the capability.

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

        CapabilitySummary.Builder type​(String type)

        Returns the type of the capability. Currently, only edi is supported.

        Parameters:
        type - Returns the type of the capability. Currently, only edi is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CapabilityType, CapabilityType
      • type

        CapabilitySummary.Builder type​(CapabilityType type)

        Returns the type of the capability. Currently, only edi is supported.

        Parameters:
        type - Returns the type of the capability. Currently, only edi is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CapabilityType, CapabilityType
      • createdAt

        CapabilitySummary.Builder createdAt​(Instant createdAt)

        Returns a timestamp for creation date and time of the capability.

        Parameters:
        createdAt - Returns a timestamp for creation date and time of the capability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        CapabilitySummary.Builder modifiedAt​(Instant modifiedAt)

        Returns a timestamp that identifies the most recent date and time that the capability was modified.

        Parameters:
        modifiedAt - Returns a timestamp that identifies the most recent date and time that the capability was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.