public class RequestedAttribute extends Object
| Constructor and Description |
|---|
RequestedAttribute(String name,
String friendlyName,
Boolean isRequired,
String nameFormat,
List<String> attributeValues)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttributeValues() |
String |
getFriendlyName() |
String |
getName() |
String |
getNameFormat() |
Boolean |
isRequired() |
public RequestedAttribute(String name, String friendlyName, Boolean isRequired, String nameFormat, List<String> attributeValues)
name - String. RequestedAttribute NamefriendlyName - String. RequestedAttribute FriendlyNameisRequired - Boolean. RequestedAttribute isRequired valuenameFormat - Boolean. RequestedAttribute NameFormatattributeValues - Listpublic final String getName()
public final String getFriendlyName()
public final Boolean isRequired()
public final String getNameFormat()
Copyright © 2018. All rights reserved.