Class ProfileHelper

java.lang.Object
dev.boze.api.client.ProfileHelper

public class ProfileHelper extends Object
ProfileHelper provides a way to interact with Boze profiles
  • Constructor Details

    • ProfileHelper

      public ProfileHelper()
  • Method Details

    • getSelectedProfile

      public static String getSelectedProfile(ProfileHelper.ProfileCategory category)
      Get the selected profile name for a specified category
      Parameters:
      category - The profile category
      Returns:
      The selected profile name
    • getAvailableProfiles

      public static String[] getAvailableProfiles(ProfileHelper.ProfileCategory category)
      Get the available profiles for a specified category
      Parameters:
      category - The profile category
      Returns:
      Array of available profile names