Uses of Enum Class
com.github.copilot.generated.rpc.ModelPolicyState
Packages that use ModelPolicyState
-
Uses of ModelPolicyState in com.github.copilot.generated.rpc
Subclasses with type arguments of type ModelPolicyState in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return ModelPolicyStateModifier and TypeMethodDescriptionstatic ModelPolicyStateModelPolicy.state()Returns the value of thestaterecord component.static ModelPolicyStateReturns the enum constant of this class with the specified name.static ModelPolicyState[]ModelPolicyState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type ModelPolicyStateModifierConstructorDescriptionModelPolicy(ModelPolicyState state, String terms) Creates an instance of aModelPolicyrecord class.