| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.fetch |
| Modifier and Type | Method and Description |
|---|---|
AuthChallengeResponseResponse |
AuthChallengeResponse.getResponse()
The decision on what to do in response to the authorization challenge.
|
static AuthChallengeResponseResponse |
AuthChallengeResponseResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthChallengeResponseResponse[] |
AuthChallengeResponseResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthChallengeResponse.setResponse(AuthChallengeResponseResponse response)
The decision on what to do in response to the authorization challenge.
|
Copyright © 2020. All rights reserved.