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

org.ccs.openim.api.friend.req.GetPaginationFriendsApplyFromResp Maven / Gradle / Ivy

package org.ccs.openim.api.friend.req;

import lombok.Data;
import org.ccs.openim.api.friend.resp.FriendRequest;

import java.util.List;

@Data
public class GetPaginationFriendsApplyFromResp {
    private Integer total;
    private List friendRequests;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy