Interface Collection.OrderStage
-
- All Known Implementing Classes:
Collection.Builder
- Enclosing class:
- Collection
public static interface Collection.OrderStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection.DefaultLocaleStageorder(int order)The order of the section in relation to others sections within a collection.
-
-
-
Method Detail
-
order
Collection.DefaultLocaleStage order(int order)
The order of the section in relation to others sections within a collection. Values go from `0` upwards. `0` is the default if there's no order.
-
-