Package com.linkedin.restli.common

Examples of com.linkedin.restli.common.PatchRequest


                                                      null,
                                                      PatchRequest.class);
    CollectionRequest<KeyValueRecord> collectionRequest =
        buildCollectionRequest(factory,
                               new Long[]{1L, 2L, 3L},
                               new PatchRequest[]{new PatchRequest(), new PatchRequest(), new PatchRequest()});

    checkBasicRequest(request,
                      expectedUri,
                      ResourceMethod.BATCH_PARTIAL_UPDATE,
                      collectionRequest,
View Full Code Here

TOP

Related Classes of com.linkedin.restli.common.PatchRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.