Modifier and Type | Optional Element and Description |
---|---|
String |
description
Long description of the response header.
|
String |
name
Header's name.
|
Class<?> |
response
Header's data type.
|
String |
responseContainer
Declares a container wrapping the response header.
|
public abstract String name
public abstract String description
public abstract Class<?> response
public abstract String responseContainer
Valid values are "List" or "Set". Any other value will be ignored.
Copyright © 2017. All Rights Reserved.