Interface ProfileResource

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface ProfileResource
Author:
Endi S. Dewata
  • Method Details

    • findProfiles

      Response findProfiles(String filter, Integer start, Integer size)
    • getProfile

      Response getProfile(String profileID)
    • addProfile

      Response addProfile(ProfileData profileData)
    • updateProfile

      Response updateProfile(String profileID, ProfileData profileData)
    • changeStatus

      Response changeStatus(String profileID, String action)
    • removeProfile

      Response removeProfile(String profileID)