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

com.xcase.box.transputs.GetFriendsResponse Maven / Gradle / Ivy

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

import java.util.List;

/**
 *
 * @author martin
 */
public interface GetFriendsResponse extends BoxResponse {

    /**
     * @return the friendList
     */
    public List getFriendList();

    /**
     * @param friendList the friendList to set
     */
    public void setFriendList(List friendList);

    /**
     * @return the encodedFriends
     */
    public String getEncodedFriends();

    /**
     * @param encodedFriends the encodedFriends to set
     */
    public void setEncodedFriends(String encodedFriends);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy