Examples of GetCollectionItemsRequest


Examples of com.box.boxjavalibv2.requests.GetCollectionItemsRequest

    }

    @Override
    public BoxCollection getCollectionItems(String collectionId, BoxPagingRequestObject requestObject) throws BoxRestException, BoxServerException,
        AuthFatalFailureException {
        GetCollectionItemsRequest request = new GetCollectionItemsRequest(getConfig(), getJSONParser(), collectionId, requestObject);

        return (BoxCollection) getResponseAndParseAndTryCast(request, BoxResourceType.ITEMS, getJSONParser());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.