public abstract class Plan extends Object
Modifier and Type | Method and Description |
---|---|
abstract List<Href> |
availableIn() |
static Plan |
create(String id,
String slug,
String name,
String description,
String line,
Specs specs,
List<Href> availableIn,
Pricing pricing) |
abstract String |
description() |
abstract String |
id() |
abstract String |
line() |
abstract String |
name() |
abstract Pricing |
pricing() |
abstract String |
slug() |
abstract Specs |
specs() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.