Class PermissionDecisionReject

java.lang.Object
com.github.copilot.generated.rpc.PermissionDecision
com.github.copilot.generated.rpc.PermissionDecisionReject

@Generated("copilot-sdk-codegen") public final class PermissionDecisionReject extends PermissionDecision
Schema for the `PermissionDecisionReject` type.
Since:
1.0.0
  • Constructor Details

    • PermissionDecisionReject

      public PermissionDecisionReject()
  • Method Details

    • getKind

      public String getKind()
      Description copied from class: PermissionDecision
      Returns the discriminator value for this variant.
      Specified by:
      getKind in class PermissionDecision
      Returns:
      the kind discriminator
    • getFeedback

      public String getFeedback()
    • setFeedback

      public void setFeedback(String feedback)