public class Example extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Example.ExampleBuilder |
| Constructor and Description |
|---|
Example(String description,
com.google.common.base.Optional<String> cardNumber) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<String> |
getCardNumber() |
String |
getDescription() |
String |
toString() |
static Example.ExampleBuilder |
withDescription(String description) |
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.