Interface GetAssessmentFrameworkResponse.Builder

  • Method Details

    • framework

      The framework that the GetAssessmentFramework API returned.

      The Controls object returns a partial response when called through Framework APIs. For a complete Controls object, use GetControl.

      Parameters:
      framework - The framework that the GetAssessmentFramework API returned.

      The Controls object returns a partial response when called through Framework APIs. For a complete Controls object, use GetControl.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • framework

      The framework that the GetAssessmentFramework API returned.

      The Controls object returns a partial response when called through Framework APIs. For a complete Controls object, use GetControl.

      This is a convenience method that creates an instance of the Framework.Builder avoiding the need to create one manually via Framework.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to framework(Framework).

      Parameters:
      framework - a consumer that will call methods on Framework.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: