Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.BatchGetUsersResponse
-
Packages that use BatchGetUsersResponse Package Description com.google.api.services.rcsbusinessmessaging.v1 com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of BatchGetUsersResponse in com.google.api.services.rcsbusinessmessaging.v1
Methods in com.google.api.services.rcsbusinessmessaging.v1 that return BatchGetUsersResponse Modifier and Type Method Description BatchGetUsersResponseRbmApiHelper. getUsers(java.util.List<java.lang.String> phoneNumbers)Performs a batch user capability check. -
Uses of BatchGetUsersResponse in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return BatchGetUsersResponse Modifier and Type Method Description BatchGetUsersResponseBatchGetUsersResponse. clone()BatchGetUsersResponseBatchGetUsersResponse. set(java.lang.String fieldName, java.lang.Object value)BatchGetUsersResponseBatchGetUsersResponse. setReachableRandomSampleUserCount(java.lang.Integer reachableRandomSampleUserCount)Count of phone numbers from the randomly selected list that are RCS-reachable across all carriers, regardless of the agent's launch status.BatchGetUsersResponseBatchGetUsersResponse. setReachableUsers(java.util.List<java.lang.String> reachableUsers)List of users' phone numbers that RBM can reach.BatchGetUsersResponseBatchGetUsersResponse. setTotalRandomSampleUserCount(java.lang.Integer totalRandomSampleUserCount)Count of phone numbers randomly selected from reachable_users.
-