Class RCSBusinessMessaging.Users
- java.lang.Object
-
- com.google.api.services.rcsbusinessmessaging.v1.RCSBusinessMessaging.Users
-
- Enclosing class:
- RCSBusinessMessaging
public class RCSBusinessMessaging.Users extends java.lang.ObjectThe "users" collection of methods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRCSBusinessMessaging.Users.BatchGet
-
Constructor Summary
Constructors Constructor Description Users()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RCSBusinessMessaging.Users.BatchGetbatchGet(BatchGetUsersRequest content)Gets the RCS-enabled phone numbers for a list of 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 theAbstractGoogleClientRequest.execute()method to invoke the remote operation.- Parameters:
content- theBatchGetUsersRequest- Returns:
- the request
- Throws:
java.io.IOException
-
-