Enum Class RestServicesConstants
- All Implemented Interfaces:
Serializable,Comparable<RestServicesConstants>,Constable
The Enum RestServiceContants - contains service names based on which RestRequestFactory
will build rest requests from properties.
- Author:
- Manoj SP, Nagarjuna K
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe audit manager service.Mail notification service.The otp generate service.The otp validate service.SMS notification service. -
Method Summary
Modifier and TypeMethodDescriptionGets the service name.static RestServicesConstantsReturns the enum constant of this class with the specified name.static RestServicesConstants[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUDIT_MANAGER_SERVICE
The audit manager service. -
OTP_GENERATE_SERVICE
The otp generate service. -
OTP_VALIDATE_SERVICE
The otp validate service. -
MAIL_NOTIFICATION_SERVICE
Mail notification service. -
SMS_NOTIFICATION_SERVICE
SMS notification service. -
ID_REPO_SERVICE
-
ID_REPO_SERVICE_WITHOUT_TYPE
-
ID_MASTERDATA_TEMPLATE_SERVICE
-
ID_MASTERDATA_TEMPLATE_SERVICE_MULTILANG
-
TITLE_SERVICE
-
USERID_RID
-
RID_UIN
-
RID_UIN_WITHOUT_TYPE
-
VID_SERVICE
-
VID_UPDATE_STATUS_SERVICE
-
TOKEN_ID_GENERATOR
-
DEVICE_VERIFICATION_SERVICE
-
ID_PMP_SERVICE
-
DATA_SHARE_GET
-
CRED_REQUEST_GET_REQUEST_IDS
-
CRED_REQUEST_RETRIGGER_CRED_ISSUANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getServiceName
Gets the service name.- Returns:
- the service name
-