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

org.ccs.openim.api.user.req.SetGlobalRecvMessageOptReq Maven / Gradle / Ivy

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

import lombok.Data;

@Data
public class SetGlobalRecvMessageOptReq {
    private String userID;
    private Integer globalRecvMsgOpt;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy