Interface SubjectAccessReviewStatusFluent<A extends SubjectAccessReviewStatusFluent<A>>

    • Method Detail

      • withAllowed

        A withAllowed​(Boolean allowed)
      • withNewAllowed

        A withNewAllowed​(String arg1)
      • withNewAllowed

        A withNewAllowed​(boolean arg1)
      • withDenied

        A withDenied​(Boolean denied)
      • withNewDenied

        A withNewDenied​(String arg1)
      • withNewDenied

        A withNewDenied​(boolean arg1)
      • getEvaluationError

        String getEvaluationError()
      • withEvaluationError

        A withEvaluationError​(String evaluationError)
      • hasEvaluationError

        Boolean hasEvaluationError()
      • withNewEvaluationError

        A withNewEvaluationError​(String arg1)
      • withNewEvaluationError

        A withNewEvaluationError​(StringBuilder arg1)
      • withNewEvaluationError

        A withNewEvaluationError​(StringBuffer arg1)
      • getReason

        String getReason()
      • withReason

        A withReason​(String reason)
      • withNewReason

        A withNewReason​(String arg1)