Interface ProfileFeatureAPI
- All Superinterfaces:
FeatureAPI
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getProfiles
CompletableFuture<List<ProfileFeatureAPI.ClientProfile>> getProfiles() -
changeCurrentProfile
CompletableFuture<ProfileFeatureAPI.ClientProfile> changeCurrentProfile(ProfileFeatureAPI.ClientProfile profile) -
fetchUpdateInfo
-