public class EntityValue extends Value<FullEntity<?>>
Modifier and Type | Class and Description |
---|---|
static class |
EntityValue.Builder |
Constructor and Description |
---|
EntityValue(FullEntity<?> entity) |
Modifier and Type | Method and Description |
---|---|
static EntityValue.Builder |
newBuilder(FullEntity<?> entity) |
static EntityValue |
of(FullEntity<?> entity) |
EntityValue.Builder |
toBuilder() |
public EntityValue(FullEntity<?> entity)
public EntityValue.Builder toBuilder()
toBuilder
in class Value<FullEntity<?>>
public static EntityValue of(FullEntity<?> entity)
public static EntityValue.Builder newBuilder(FullEntity<?> entity)
Copyright © 2019 Google LLC. All rights reserved.