public class AuthorizationParameter<T> extends Object implements Serializable
| Constructor and Description |
|---|
AuthorizationParameter(String name,
String description,
boolean optional,
T defaultValue,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
static long |
getSerialversionuid() |
Class<?> |
getType() |
int |
hashCode() |
boolean |
isOptional() |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.