}
@Override
public BoxItemCollection getCollection(final String collectionId, BoxDefaultRequestObject requestObject) throws BoxRestException, BoxServerException,
AuthFatalFailureException {
GetCollectionRequest request = new GetCollectionRequest(getConfig(), getJSONParser(), collectionId, requestObject);
return (BoxItemCollection) getResponseAndParseAndTryCast(request, BoxResourceType.COLLECTION, getJSONParser());
}