public class ListOptions extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOptions.Builder
Listing options builder.
|
| Modifier and Type | Field and Description |
|---|---|
static ListOptions |
DEFAULT
Default settings for including all objects in the result.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPrefix() |
int |
hashCode() |
boolean |
isRecursive() |
String |
toString() |
public static final ListOptions DEFAULT
public String getPrefix()
public boolean isRecursive()
Copyright © 2016 Google. All rights reserved.