Package io.sendon

Class ServerVariable


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]",
               comments="Generator version: 7.7.0")
    public class ServerVariable
    extends Object
    Representing a Server Variable for server URL template substitution.
    • Constructor Detail

      • ServerVariable

        public ServerVariable​(String description,
                              String defaultValue,
                              HashSet<String> enumValues)
        Parameters:
        description - A description for the server variable.
        defaultValue - The default value to use for substitution.
        enumValues - An enumeration of string values to be used if the substitution options are from a limited set.