nylas-java icon indicating copy to clipboard operation
nylas-java copied to clipboard

Add support for type variable

Open duygithub opened this issue 8 months ago • 1 comments

Is your feature request related to a problem? Please describe. According to https://developer.nylas.com/docs/api/v3/scheduler/#tag/configurations/POST/v3/grants/%7Bgrant_id%7D/scheduling/configurations There is a type value that takes in collective group max-availability max-fairness one-on-one

There is currently no way to pass in this value.

Describe the solution you'd like Have the ability to pass in this value.

Describe alternatives you've considered Right now I have to subclass this class and pass it in

Additional context I am happy to implement this and contribute to the codebase.

duygithub avatar May 08 '25 15:05 duygithub