public class IncompleteKey extends BaseKey
| Modifier and Type | Class and Description |
|---|---|
static class |
IncompleteKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IncompleteKey.Builder |
builder(IncompleteKey copyFrom) |
static IncompleteKey.Builder |
builder(Key parent,
String kind) |
static IncompleteKey.Builder |
builder(String projectId,
String kind) |
Key |
parent()
Returns the key's parent.
|
public Key parent()
public static IncompleteKey.Builder builder(String projectId, String kind)
public static IncompleteKey.Builder builder(IncompleteKey copyFrom)
public static IncompleteKey.Builder builder(Key parent, String kind)
Copyright © 2016 Google. All rights reserved.