Package dev.boze.api.client
Class ProfileHelper
java.lang.Object
dev.boze.api.client.ProfileHelper
ProfileHelper provides a way to interact with Boze profiles
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum representing the four categories of profiles -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProfileHelper
public ProfileHelper()
-
-
Method Details
-
getSelectedProfile
Get the selected profile name for a specified category- Parameters:
category
- The profile category- Returns:
- The selected profile name
-
getAvailableProfiles
Get the available profiles for a specified category- Parameters:
category
- The profile category- Returns:
- Array of available profile names
-