Package | Description |
---|---|
com.kobil.ssms.asm.presentation.rest.response |
Modifier and Type | Method and Description |
---|---|
AsmRestServicesResultCode |
AsmRestServicesResponse.getResultCode()
Gets the result code of this response.
|
static AsmRestServicesResultCode |
AsmRestServicesResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmRestServicesResultCode[] |
AsmRestServicesResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AsmRestServicesResponse.setResultCode(AsmRestServicesResultCode resultCode)
Sets the result code of this response.
|
Constructor and Description |
---|
AsmAnonymousActivationResponse(AsmRestServicesResultCode errorCode,
String errorMessage,
String userId,
String activationCode) |
AsmRestServicesResponse(AsmRestServicesResultCode resultCode,
String message)
Creates the response by setting its data.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.