Interface BusinessUnitConfigurationStatus
- All Superinterfaces:
io.vrap.rmf.base.client.JsonEnum
- All Known Implementing Classes:
BusinessUnitConfigurationStatus.BusinessUnitConfigurationStatusEnum
public interface BusinessUnitConfigurationStatus
extends io.vrap.rmf.base.client.JsonEnum
Default value for Business Unit Status configured though Project settings.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
possible values of BusinessUnitConfigurationStatus -
Field Summary
Modifier and TypeFieldDescriptionstatic final BusinessUnitConfigurationStatus
The Business Unit can be used in Orders, Carts, and Quotes and can be updated using the My Business Unit endpoint.static final BusinessUnitConfigurationStatus
The Business Unit cannot be used in Orders, Carts, and Quotes and cannot be updated using the My Business Unit endpoint. -
Method Summary
Modifier and TypeMethodDescriptionfactory method for a enum value of BusinessUnitConfigurationStatus if no enum has been found an anonymous instance will be createdfindEnumViaJsonName
(String jsonName) method to find enum using the JSON valuethe JSON valuename()
the enum valuetoString()
convert value to stringstatic BusinessUnitConfigurationStatus[]
values()
possible enum values
-
Field Details
-
ACTIVE
The Business Unit can be used in Orders, Carts, and Quotes and can be updated using the My Business Unit endpoint.
-
INACTIVE
The Business Unit cannot be used in Orders, Carts, and Quotes and cannot be updated using the My Business Unit endpoint.
-
-
Method Details
-
getJsonName
String getJsonName()the JSON value- Specified by:
getJsonName
in interfaceio.vrap.rmf.base.client.JsonEnum
- Returns:
- json value
-
name
String name()the enum value- Specified by:
name
in interfaceio.vrap.rmf.base.client.JsonEnum
- Returns:
- name
-
toString
String toString()convert value to string -
findEnum
factory method for a enum value of BusinessUnitConfigurationStatus if no enum has been found an anonymous instance will be created- Parameters:
value
- the enum value to be wrapped- Returns:
- enum instance
-
findEnumViaJsonName
method to find enum using the JSON value- Parameters:
jsonName
- the json value to be wrapped- Returns:
- optional of enum instance
-
values
possible enum values- Returns:
- array of possible enum values
-