mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-10 04:20:58 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2
This commit is contained in:
@@ -10,8 +10,8 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
||||
* IncludeHttps - Include Https entries in the results
|
||||
*/
|
||||
public enum IncludeHttps {
|
||||
ZERO(0),
|
||||
ONE(1);
|
||||
Disable(0),
|
||||
Enable(1);
|
||||
|
||||
@JsonValue
|
||||
private final int value;
|
||||
|
||||
Reference in New Issue
Block a user