java.lang.Object
com.github.muehmar.gradle.openapi.generator.model.constraints.PropertyCount

public class PropertyCount extends Object
  • Method Details

    • ofMinProperties

      public static PropertyCount ofMinProperties(int min)
    • ofMaxProperties

      public static PropertyCount ofMaxProperties(int max)
    • ofMinAndMaxProperties

      public static PropertyCount ofMinAndMaxProperties(int min, int max)
    • getMinProperties

      public Optional<Integer> getMinProperties()
    • getMaxProperties

      public Optional<Integer> getMaxProperties()