public class DatastoreObjectBuilder extends Object
| Constructor and Description |
|---|
DatastoreObjectBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DatastoreObject |
build() |
DatastoreObjectBuilder |
emailNotificationAddress(String emailNotificationAddress) |
DatastoreObjectBuilder |
emailNotificationEnabled(Boolean emailNotificationEnabled) |
DatastoreObjectBuilder |
groupName(String groupName) |
DatastoreObjectBuilder |
name(String name) |
DatastoreObjectBuilder |
postDataEnabled(Boolean postDataEnabled) |
DatastoreObjectBuilder |
postDataUrl(String postDataUrl) |
DatastoreObjectBuilder |
postReceiptEnabled(Boolean postReceiptEnabled) |
DatastoreObjectBuilder |
postReceiptUrl(String postReceiptUrl) |
DatastoreObjectBuilder |
redirectEnabled(Boolean redirectEnabled) |
DatastoreObjectBuilder |
redirectUrl(String redirectUrl) |
public DatastoreObjectBuilder name(String name)
public DatastoreObjectBuilder groupName(String groupName)
public DatastoreObjectBuilder redirectEnabled(Boolean redirectEnabled)
public DatastoreObjectBuilder redirectUrl(String redirectUrl)
public DatastoreObjectBuilder emailNotificationEnabled(Boolean emailNotificationEnabled)
public DatastoreObjectBuilder emailNotificationAddress(String emailNotificationAddress)
public DatastoreObjectBuilder postDataEnabled(Boolean postDataEnabled)
public DatastoreObjectBuilder postDataUrl(String postDataUrl)
public DatastoreObjectBuilder postReceiptEnabled(Boolean postReceiptEnabled)
public DatastoreObjectBuilder postReceiptUrl(String postReceiptUrl)
public DatastoreObject build()
Copyright © 2017. All rights reserved.