Interface CapabilitySummary.Builder

  • Method Details

    • 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

      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

      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:
    • 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:
    • 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.