public interface ContentRange extends ValueRenderable
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ContentRange.DefaultModels a satisfiable HTTP content-range. | 
| static class  | ContentRange.Default$ | 
| static class  | ContentRange.OtherAn  other-range-resp. | 
| static class  | ContentRange.Other$ | 
| static class  | ContentRange.UnsatisfiableAn unsatisfiable content-range. | 
| static class  | ContentRange.Unsatisfiable$ | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Optional<java.lang.String> | getOtherValue() | 
| java.util.OptionalLong | getSatisfiableFirst() | 
| java.util.OptionalLong | getSatisfiableLast() | 
| boolean | isOther() | 
| boolean | isSatisfiable() | 
valuetoStringrender