public abstract static class AsyncCreateResponse.Builder<T extends AsyncCreateResponse.Builder<T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
jobId |
| Constructor and Description |
|---|
AsyncCreateResponse.Builder() |
| Modifier and Type | Method and Description |
|---|---|
AsyncCreateResponse |
build() |
T |
fromAsyncCreateResponse(AsyncCreateResponse in) |
T |
id(String id) |
T |
jobId(String jobId) |
protected abstract T |
self() |
protected abstract T self()
public T id(String id)
AsyncCreateResponse.getId()public T jobId(String jobId)
AsyncCreateResponse.getJobId()public AsyncCreateResponse build()
public T fromAsyncCreateResponse(AsyncCreateResponse in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.