Class GroupResponse

java.lang.Object
org.nuxeo.scim.server.jaxrs.marshalling.GroupResponse

public class GroupResponse extends Object
Helper for handling SCIM GroupResource
Since:
7.4
Author:
tiry
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static javax.ws.rs.core.Response
    created(com.unboundid.scim.data.GroupResource groupResource, javax.ws.rs.core.MediaType mt)
     
    static javax.ws.rs.core.Response
    updated(com.unboundid.scim.data.GroupResource groupResource, javax.ws.rs.core.MediaType mt)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroupResponse

      public GroupResponse()
  • Method Details

    • created

      public static javax.ws.rs.core.Response created(com.unboundid.scim.data.GroupResource groupResource, javax.ws.rs.core.MediaType mt)
    • updated

      public static javax.ws.rs.core.Response updated(com.unboundid.scim.data.GroupResource groupResource, javax.ws.rs.core.MediaType mt)