Uses of Class
com.kingsrook.qqq.api.model.APIVersionRange
Packages that use APIVersionRange
Package
Description
-
Uses of APIVersionRange in com.kingsrook.qqq.api.actions
Methods in com.kingsrook.qqq.api.actions that return APIVersionRangeModifier and TypeMethodDescriptionstatic APIVersionRange
ApiFieldUtils.getApiVersionRange
(String apiName, QFieldMetaData field) static APIVersionRange
ApiFieldUtils.getApiVersionRangeForRemovedField
(String apiName, QFieldMetaData field) -
Uses of APIVersionRange in com.kingsrook.qqq.api.model
Methods in com.kingsrook.qqq.api.model that return APIVersionRangeModifier and TypeMethodDescriptionstatic APIVersionRange
APIVersionRange.afterAndIncluding
(APIVersion start) static APIVersionRange
APIVersionRange.afterAndIncluding
(String start) static APIVersionRange
APIVersionRange.afterButExcluding
(APIVersion start) static APIVersionRange
APIVersionRange.afterButExcluding
(String start) static APIVersionRange
APIVersionRange.beforeAndIncluding
(APIVersion end) static APIVersionRange
APIVersionRange.beforeAndIncluding
(String end) static APIVersionRange
APIVersionRange.beforeButExcluding
(APIVersion end) static APIVersionRange
APIVersionRange.beforeButExcluding
(String end) static APIVersionRange
APIVersionRange.betweenAndIncluding
(APIVersion start, APIVersion end) static APIVersionRange
APIVersionRange.betweenAndIncluding
(String start, String end) static APIVersionRange
APIVersionRange.betweenButExcluding
(APIVersion start, APIVersion end) static APIVersionRange
APIVersionRange.betweenButExcluding
(String start, String end) static APIVersionRange
APIVersionRange.none()
return a version range that includes no versions.APIVersionRange.withEnd
(APIVersion end) Fluent setter for endAPIVersionRange.withEndInclusive
(Boolean endInclusive) Fluent setter for endInclusiveAPIVersionRange.withStart
(APIVersion start) Fluent setter for startAPIVersionRange.withStartInclusive
(Boolean startInclusive) Fluent setter for startInclusive -
Uses of APIVersionRange in com.kingsrook.qqq.api.model.metadata.processes
Methods in com.kingsrook.qqq.api.model.metadata.processes that return APIVersionRange -
Uses of APIVersionRange in com.kingsrook.qqq.api.model.metadata.tables
Methods in com.kingsrook.qqq.api.model.metadata.tables that return APIVersionRangeModifier and TypeMethodDescriptionApiAssociationMetaData.getApiVersionRange()
ApiTableMetaData.getApiVersionRange()