Class PermissionApprovedForSession
java.lang.Object
com.github.copilot.generated.PermissionResult
com.github.copilot.generated.PermissionApprovedForSession
@Generated("copilot-sdk-codegen")
public final class PermissionApprovedForSession
extends PermissionResult
Schema for the `PermissionApprovedForSession` type.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Returns the discriminator value for this variant.voidsetApproval(UserToolSessionApproval approval)
-
Constructor Details
-
PermissionApprovedForSession
public PermissionApprovedForSession()
-
-
Method Details
-
getKind
Description copied from class:PermissionResultReturns the discriminator value for this variant.- Specified by:
getKindin classPermissionResult- Returns:
- the kind discriminator
-
getApproval
-
setApproval
-