Package odata.msgraph.client.entity
Class SecureScoreControlProfile.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.SecureScoreControlProfile.Builder
-
- Enclosing class:
- SecureScoreControlProfile
public static final class SecureScoreControlProfile.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public SecureScoreControlProfile.Builder id(String id)
-
actionType
public SecureScoreControlProfile.Builder actionType(String actionType)
-
actionUrl
public SecureScoreControlProfile.Builder actionUrl(String actionUrl)
-
azureTenantId
public SecureScoreControlProfile.Builder azureTenantId(String azureTenantId)
-
complianceInformation
public SecureScoreControlProfile.Builder complianceInformation(List<ComplianceInformation> complianceInformation)
-
complianceInformation
public SecureScoreControlProfile.Builder complianceInformation(ComplianceInformation... complianceInformation)
-
complianceInformationNextLink
public SecureScoreControlProfile.Builder complianceInformationNextLink(String complianceInformationNextLink)
-
controlCategory
public SecureScoreControlProfile.Builder controlCategory(String controlCategory)
-
controlStateUpdates
public SecureScoreControlProfile.Builder controlStateUpdates(List<SecureScoreControlStateUpdate> controlStateUpdates)
-
controlStateUpdates
public SecureScoreControlProfile.Builder controlStateUpdates(SecureScoreControlStateUpdate... controlStateUpdates)
-
controlStateUpdatesNextLink
public SecureScoreControlProfile.Builder controlStateUpdatesNextLink(String controlStateUpdatesNextLink)
-
deprecated
public SecureScoreControlProfile.Builder deprecated(Boolean deprecated)
-
implementationCost
public SecureScoreControlProfile.Builder implementationCost(String implementationCost)
-
lastModifiedDateTime
public SecureScoreControlProfile.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
maxScore
public SecureScoreControlProfile.Builder maxScore(Double maxScore)
-
rank
public SecureScoreControlProfile.Builder rank(Integer rank)
-
remediation
public SecureScoreControlProfile.Builder remediation(String remediation)
-
remediationImpact
public SecureScoreControlProfile.Builder remediationImpact(String remediationImpact)
-
service
public SecureScoreControlProfile.Builder service(String service)
-
threats
public SecureScoreControlProfile.Builder threats(List<String> threats)
-
threats
public SecureScoreControlProfile.Builder threats(String... threats)
-
threatsNextLink
public SecureScoreControlProfile.Builder threatsNextLink(String threatsNextLink)
-
tier
public SecureScoreControlProfile.Builder tier(String tier)
-
title
public SecureScoreControlProfile.Builder title(String title)
-
userImpact
public SecureScoreControlProfile.Builder userImpact(String userImpact)
-
vendorInformation
public SecureScoreControlProfile.Builder vendorInformation(SecurityVendorInformation vendorInformation)
-
build
public SecureScoreControlProfile build()
-
-