Package com.alfresco.content.models
Class RequestFacetSet
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class RequestFacetSetThe interval to Set
-
-
Field Summary
Fields Modifier and Type Field Description private Stringlabelprivate Stringstartprivate Stringendprivate BooleanstartInclusiveprivate BooleanendInclusive
-
Method Summary
Modifier and Type Method Description final StringgetLabel()A label to use to identify the set final UnitsetLabel(@Json(name = "label") String label)A label to use to identify the set final StringgetStart()The start of the range final UnitsetStart(@Json(name = "start") String start)The start of the range final StringgetEnd()The end of the range final UnitsetEnd(@Json(name = "end") String end)The end of the range final BooleangetStartInclusive()When true, the set will include values greater or equal to \"start\" final UnitsetStartInclusive(@Json(name = "startInclusive") Boolean startInclusive)When true, the set will include values greater or equal to \"start\" final BooleangetEndInclusive()When true, the set will include values less than or equal to \"end\" final UnitsetEndInclusive(@Json(name = "endInclusive") Boolean endInclusive)When true, the set will include values less than or equal to \"end\" -
-
Method Detail
-
getStartInclusive
final Boolean getStartInclusive()
When true, the set will include values greater or equal to \"start\"
-
setStartInclusive
final Unit setStartInclusive(@Json(name = "startInclusive") Boolean startInclusive)
When true, the set will include values greater or equal to \"start\"
-
getEndInclusive
final Boolean getEndInclusive()
When true, the set will include values less than or equal to \"end\"
-
setEndInclusive
final Unit setEndInclusive(@Json(name = "endInclusive") Boolean endInclusive)
When true, the set will include values less than or equal to \"end\"
-
-
-
-