Modifier and Type | Method and Description |
---|---|
static HeaderBase.EnumHeaderType |
HeaderBase.EnumHeaderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderBase.EnumHeaderType[] |
HeaderBase.EnumHeaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HeaderBase |
PrintTalk.getCreateHeader(HeaderBase.EnumHeaderType headerType)
get the one and only header of type headerType
|
String |
PrintTalk.getCredentialIdentity(HeaderBase.EnumHeaderType headerType,
String domain)
set a new credential value
|
HeaderBase |
PrintTalk.getHeader(HeaderBase.EnumHeaderType headerType)
get the header from a request
|
void |
PrintTalk.setCredential(HeaderBase.EnumHeaderType headerType,
String domain,
String identity)
set a new credential identity value
|
Copyright © 2017. All rights reserved.