| Modifier and Type | Required Element and Description |
|---|---|
int |
http
Http status returned
|
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
cookies
Http cookie names returned
|
String |
description
Description of return option
|
String[] |
headers
Http header names returned
|
DocReturn.Structure |
structure
Wrapper for
type(). |
Class<?> |
type
Java type returned
|
String |
typeDescription
Description of returned type (set in
type()) |
public abstract int http
public abstract String[] headers
public abstract String[] cookies
public abstract Class<?> type
public abstract DocReturn.Structure structure
type().public abstract String description
Copyright © 2015. All rights reserved.