public abstract class Placement extends Object
| Constructor and Description |
|---|
Placement() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<String> |
constraints() |
static Placement |
create(List<String> constraints) |
static Placement |
create(List<String> constraints,
List<Preference> preferences) |
abstract com.google.common.collect.ImmutableList<Preference> |
preferences() |
@Nullable public abstract com.google.common.collect.ImmutableList<Preference> preferences()
public static Placement create(List<String> constraints, List<Preference> preferences)
Copyright © 2018. All rights reserved.