Package odata.msgraph.client.beta.entity
Class PolicySet.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.PolicySet.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicySetbuild()PolicySet.BuildercreatedDateTime(OffsetDateTime createdDateTime)“Creation time of the PolicySet.”PolicySet.Builderdescription(String description)“Description of the PolicySet.”PolicySet.BuilderdisplayName(String displayName)“DisplayName of the PolicySet.”PolicySet.BuildererrorCode(ErrorCode errorCode)“Error code if any occured.”PolicySet.BuilderguidedDeploymentTags(String... guidedDeploymentTags)“Tags of the guided deployment”PolicySet.BuilderguidedDeploymentTags(List<String> guidedDeploymentTags)“Tags of the guided deployment”PolicySet.BuilderguidedDeploymentTagsNextLink(String guidedDeploymentTagsNextLink)“Tags of the guided deployment”PolicySet.Builderid(String id)PolicySet.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)“Last modified time of the PolicySet.”PolicySet.BuilderroleScopeTags(String... roleScopeTags)“RoleScopeTags of the PolicySet”PolicySet.BuilderroleScopeTags(List<String> roleScopeTags)“RoleScopeTags of the PolicySet”PolicySet.BuilderroleScopeTagsNextLink(String roleScopeTagsNextLink)“RoleScopeTags of the PolicySet”PolicySet.Builderstatus(PolicySetStatus status)“Validation/assignment status of the PolicySet.”
-
-
-
Method Detail
-
id
public PolicySet.Builder id(String id)
-
createdDateTime
public PolicySet.Builder createdDateTime(OffsetDateTime createdDateTime)
“Creation time of the PolicySet.”- Parameters:
createdDateTime- value ofcreatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
description
public PolicySet.Builder description(String description)
“Description of the PolicySet.”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public PolicySet.Builder displayName(String displayName)
“DisplayName of the PolicySet.”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
errorCode
public PolicySet.Builder errorCode(ErrorCode errorCode)
“Error code if any occured.”- Parameters:
errorCode- value oferrorCodeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
guidedDeploymentTags
public PolicySet.Builder guidedDeploymentTags(List<String> guidedDeploymentTags)
“Tags of the guided deployment”- Parameters:
guidedDeploymentTags- value ofguidedDeploymentTagsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
guidedDeploymentTags
public PolicySet.Builder guidedDeploymentTags(String... guidedDeploymentTags)
“Tags of the guided deployment”- Parameters:
guidedDeploymentTags- value ofguidedDeploymentTagsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
guidedDeploymentTagsNextLink
public PolicySet.Builder guidedDeploymentTagsNextLink(String guidedDeploymentTagsNextLink)
“Tags of the guided deployment”- Parameters:
guidedDeploymentTagsNextLink- value ofguidedDeploymentTags@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastModifiedDateTime
public PolicySet.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“Last modified time of the PolicySet.”- Parameters:
lastModifiedDateTime- value oflastModifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTags
public PolicySet.Builder roleScopeTags(List<String> roleScopeTags)
“RoleScopeTags of the PolicySet”- Parameters:
roleScopeTags- value ofroleScopeTagsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTags
public PolicySet.Builder roleScopeTags(String... roleScopeTags)
“RoleScopeTags of the PolicySet”- Parameters:
roleScopeTags- value ofroleScopeTagsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagsNextLink
public PolicySet.Builder roleScopeTagsNextLink(String roleScopeTagsNextLink)
“RoleScopeTags of the PolicySet”- Parameters:
roleScopeTagsNextLink- value ofroleScopeTags@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
status
public PolicySet.Builder status(PolicySetStatus status)
“Validation/assignment status of the PolicySet.”- Parameters:
status- value ofstatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public PolicySet build()
-
-