Class RequestFacetSet

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class RequestFacetSet
    
                        

    The interval to Set

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getLabel() A label to use to identify the set
      final Unit setLabel(@Json(name = "label") String label) A label to use to identify the set
      final String getStart() The start of the range
      final Unit setStart(@Json(name = "start") String start) The start of the range
      final String getEnd() The end of the range
      final Unit setEnd(@Json(name = "end") String end) The end of the range
      final Boolean getStartInclusive() When true, the set will include values greater or equal to \"start\"
      final Unit setStartInclusive(@Json(name = "startInclusive") Boolean startInclusive) When true, the set will include values greater or equal to \"start\"
      final Boolean getEndInclusive() When true, the set will include values less than or equal to \"end\"
      final Unit setEndInclusive(@Json(name = "endInclusive") Boolean endInclusive) When true, the set will include values less than or equal to \"end\"
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait