@Value.Immutable public abstract class OptionIncludeNonEmpty extends Object
| Constructor and Description |
|---|
OptionIncludeNonEmpty() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getInteger() |
abstract Map<String,Number> |
getMap() |
abstract com.google.common.base.Optional<String> |
getRelationships() |
abstract OptionIncludeNonEmpty |
withMap(Map<String,? extends Number> number) |
OptionIncludeNonEmpty |
withRelationships(com.google.common.base.Optional<String> number) |
public abstract com.google.common.base.Optional<String> getRelationships()
public abstract OptionIncludeNonEmpty withMap(Map<String,? extends Number> number)
public OptionIncludeNonEmpty withRelationships(com.google.common.base.Optional<String> number)
Copyright © 2022 The Immutables.org authors. All rights reserved.