Interface CapabilityAction.Builder

  • Method Details

    • name

      Describe a capability action with a name.

      Parameters:
      name - Describe a capability action with a name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ref

      Describe a capability action with an reference.

      Parameters:
      ref - Describe a capability action with an reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionTraceId

      CapabilityAction.Builder actionTraceId(String actionTraceId)

      Describe a capability action with an actionTraceId for a response command.

      Parameters:
      actionTraceId - Describe a capability action with an actionTraceId for a response command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      CapabilityAction.Builder parameters(Document parameters)

      Describe a capability action with a capability property.

      Parameters:
      parameters - Describe a capability action with a capability property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.