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 APIVersionRangeApiFieldUtils.getApiVersionRange(String apiName, QFieldMetaData field) static APIVersionRangeApiFieldUtils.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 APIVersionRangeAPIVersionRange.afterAndIncluding(APIVersion start) static APIVersionRangeAPIVersionRange.afterAndIncluding(String start) static APIVersionRangeAPIVersionRange.afterButExcluding(APIVersion start) static APIVersionRangeAPIVersionRange.afterButExcluding(String start) static APIVersionRangeAPIVersionRange.beforeAndIncluding(APIVersion end) static APIVersionRangeAPIVersionRange.beforeAndIncluding(String end) static APIVersionRangeAPIVersionRange.beforeButExcluding(APIVersion end) static APIVersionRangeAPIVersionRange.beforeButExcluding(String end) static APIVersionRangeAPIVersionRange.betweenAndIncluding(APIVersion start, APIVersion end) static APIVersionRangeAPIVersionRange.betweenAndIncluding(String start, String end) static APIVersionRangeAPIVersionRange.betweenButExcluding(APIVersion start, APIVersion end) static APIVersionRangeAPIVersionRange.betweenButExcluding(String start, String end) static APIVersionRangeAPIVersionRange.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()