All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xcase.box.impl.simple.transputs.GetFolderItemsResponseImpl Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.box.impl.simple.transputs;

import com.xcase.box.objects.BoxAbstractFile;
import com.xcase.box.transputs.GetFolderItemsResponse;
import java.util.*;

/**
 *
 * @author martin
 */
public class GetFolderItemsResponseImpl extends BoxResponseImpl implements GetFolderItemsResponse {

    private List boxAbstractFileList;

    public List getFolderItems() {
        return this.boxAbstractFileList;
    }

    public void setFolderItems(List boxAbstractFileList) {
        this.boxAbstractFileList = boxAbstractFileList;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy