public final class SiteCloneabilityInner extends Object
| Constructor and Description |
|---|
SiteCloneabilityInner() |
| Modifier and Type | Method and Description |
|---|---|
List<SiteCloneabilityCriterion> |
blockingCharacteristics()
Get the blockingCharacteristics property: List of blocking application characteristics.
|
List<SiteCloneabilityCriterion> |
blockingFeatures()
Get the blockingFeatures property: List of features enabled on app that prevent cloning.
|
CloneAbilityResult |
result()
Get the result property: Name of app.
|
List<SiteCloneabilityCriterion> |
unsupportedFeatures()
Get the unsupportedFeatures property: List of features enabled on app that are non-blocking but cannot be cloned.
|
void |
validate()
Validates the instance.
|
SiteCloneabilityInner |
withBlockingCharacteristics(List<SiteCloneabilityCriterion> blockingCharacteristics)
Set the blockingCharacteristics property: List of blocking application characteristics.
|
SiteCloneabilityInner |
withBlockingFeatures(List<SiteCloneabilityCriterion> blockingFeatures)
Set the blockingFeatures property: List of features enabled on app that prevent cloning.
|
SiteCloneabilityInner |
withResult(CloneAbilityResult result)
Set the result property: Name of app.
|
SiteCloneabilityInner |
withUnsupportedFeatures(List<SiteCloneabilityCriterion> unsupportedFeatures)
Set the unsupportedFeatures property: List of features enabled on app that are non-blocking but cannot be cloned.
|
public CloneAbilityResult result()
public SiteCloneabilityInner withResult(CloneAbilityResult result)
result - the result value to set.public List<SiteCloneabilityCriterion> blockingFeatures()
public SiteCloneabilityInner withBlockingFeatures(List<SiteCloneabilityCriterion> blockingFeatures)
blockingFeatures - the blockingFeatures value to set.public List<SiteCloneabilityCriterion> unsupportedFeatures()
public SiteCloneabilityInner withUnsupportedFeatures(List<SiteCloneabilityCriterion> unsupportedFeatures)
unsupportedFeatures - the unsupportedFeatures value to set.public List<SiteCloneabilityCriterion> blockingCharacteristics()
public SiteCloneabilityInner withBlockingCharacteristics(List<SiteCloneabilityCriterion> blockingCharacteristics)
blockingCharacteristics - the blockingCharacteristics value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.