Class RCSBusinessMessaging.Users

  • Enclosing class:
    RCSBusinessMessaging

    public class RCSBusinessMessaging.Users
    extends java.lang.Object
    The "users" collection of methods.
    • Constructor Detail

      • Users

        public Users()
    • Method Detail

      • batchGet

        public RCSBusinessMessaging.Users.BatchGet batchGet​(BatchGetUsersRequest content)
                                                     throws java.io.IOException
        Gets the RCS-enabled phone numbers for a list of users. The returned payload contains a list of RCS-enabled phone numbers reachable by the RBM platform for the specified users. Only phone numbers that are RCS-enabled for a carrier the agent is launched on will be returned. The returned payload also contains values that can be used to estimate the potential reach of a list of phone numbers regardless of the launch status of the agent. Maximum 600 queries per minute (QPM). Create a request for the method "users.batchGet". This request holds the parameters needed by the rcsbusinessmessaging server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        content - the BatchGetUsersRequest
        Returns:
        the request
        Throws:
        java.io.IOException