public abstract class Offer extends Object
| Constructor and Description |
|---|
Offer() |
| Modifier and Type | Method and Description |
|---|---|
static Offer |
create(String location,
String name,
String id) |
abstract String |
id()
The id of the Offer
|
abstract String |
location()
The location of the Offer
|
abstract String |
name()
The name of the Offer
|
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.