}
@Override
public BoxCollection getAllCollaborations(String groupId, BoxDefaultRequestObject requestObject) throws BoxRestException, AuthFatalFailureException,
BoxServerException {
GetGroupCollaborationsRequest request = new GetGroupCollaborationsRequest(getConfig(), getJSONParser(), groupId, requestObject);
return (BoxCollection) getResponseAndParseAndTryCast(request, BoxResourceType.COLLABORATIONS, getJSONParser());
}