SecurityAssessmentMetadataResponse.DefinitionStages.WithPartnerData Interface

public static interface SecurityAssessmentMetadataResponse.DefinitionStages.WithPartnerData

The stage of the SecurityAssessmentMetadataResponse definition allowing to specify partnerData.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPartnerData(SecurityAssessmentMetadataPartnerData partnerData)

Specifies the partnerData property: Describes the partner that created the assessment.

Method Details

withPartnerData

public abstract SecurityAssessmentMetadataResponse.DefinitionStages.WithCreate withPartnerData(SecurityAssessmentMetadataPartnerData partnerData)

Specifies the partnerData property: Describes the partner that created the assessment.

Parameters:

partnerData - Describes the partner that created the assessment.

Returns:

the next definition stage.

Applies to