public abstract class Result extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Result.Builder |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
static Result.Builder |
builder() |
abstract com.google.common.collect.ImmutableList<EntityTypeResult> |
getEntityTypes() |
abstract com.google.common.collect.ImmutableList<PackageResult> |
getPackages() |
public abstract com.google.common.collect.ImmutableList<EntityTypeResult> getEntityTypes()
public abstract com.google.common.collect.ImmutableList<PackageResult> getPackages()
public static Result.Builder builder()
Copyright © 2017. All rights reserved.