public class ResourceInput extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
_default |
Map<String,String> |
annotations |
String |
comment |
String |
context |
boolean |
flag |
String |
header |
String |
name |
boolean |
optional |
boolean |
pathParam |
String |
pattern |
String |
queryParam |
String |
type |
| Constructor and Description |
|---|
ResourceInput() |
| Modifier and Type | Method and Description |
|---|---|
ResourceInput |
_default(Object _default) |
ResourceInput |
annotations(Map<String,String> annotations) |
ResourceInput |
comment(String comment) |
ResourceInput |
context(String context) |
boolean |
equals(Object another) |
ResourceInput |
flag(boolean flag) |
ResourceInput |
header(String header) |
ResourceInput |
name(String name) |
ResourceInput |
optional(boolean optional) |
ResourceInput |
pathParam(boolean pathParam) |
ResourceInput |
pattern(String pattern) |
ResourceInput |
queryParam(String queryParam) |
ResourceInput |
type(String type) |
public String name
public String type
public String comment
public boolean pathParam
public String queryParam
public String header
public String pattern
public Object _default
public boolean optional
public boolean flag
public String context
public ResourceInput name(String name)
public ResourceInput type(String type)
public ResourceInput comment(String comment)
public ResourceInput pathParam(boolean pathParam)
public ResourceInput queryParam(String queryParam)
public ResourceInput header(String header)
public ResourceInput pattern(String pattern)
public ResourceInput _default(Object _default)
public ResourceInput optional(boolean optional)
public ResourceInput flag(boolean flag)
public ResourceInput context(String context)
public ResourceInput annotations(Map<String,String> annotations)
Copyright © 2016–2021 Verizon Media. All rights reserved.