Class CheckRestrictionsResultContentEvaluationResult


  • public final class CheckRestrictionsResultContentEvaluationResult
    extends Object
    Evaluation results for the provided partial resource content.
    • Constructor Detail

      • CheckRestrictionsResultContentEvaluationResult

        public CheckRestrictionsResultContentEvaluationResult()
    • Method Detail

      • policyEvaluations

        public List<PolicyEvaluationResult> policyEvaluations()
        Get the policyEvaluations property: Policy evaluation results against the given resource content. This will indicate if the partial content that was provided will be denied as-is.
        Returns:
        the policyEvaluations value.
      • withPolicyEvaluations

        public CheckRestrictionsResultContentEvaluationResult withPolicyEvaluations​(List<PolicyEvaluationResult> policyEvaluations)
        Set the policyEvaluations property: Policy evaluation results against the given resource content. This will indicate if the partial content that was provided will be denied as-is.
        Parameters:
        policyEvaluations - the policyEvaluations value to set.
        Returns:
        the CheckRestrictionsResultContentEvaluationResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.