Interface ProfileMappingResource

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 ProfileMappingResource
Author:
Endi S. Dewata
  • Method Details

    • findProfileMappings

      Response findProfileMappings(String filter, Integer start, Integer size)
    • getProfileMapping

      Response getProfileMapping(String profileMappingID)
    • addProfileMapping

      Response addProfileMapping(ProfileMappingData profileMappingData)
    • updateProfileMapping

      Response updateProfileMapping(String profileMappingID, ProfileMappingData profileMappingData)
    • changeStatus

      Response changeStatus(String profileMappingID, String action)
    • removeProfileMapping

      Response removeProfileMapping(String profileMappingID)