public static final class ServiceContext.Account extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceContext.Account.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceContext.Account |
fromProto(ServiceProviderProto.ServiceContext.Account proto)
Allows for simple conversion between the low-level generated protobuf object to
Account, which is much more usable.
|
static List<ServiceContext.Account> |
fromProtos(List<ServiceProviderProto.ServiceContext.Account> protos)
Convenience method for handling lists of proto objects.
|
String |
getAccountId() |
static ServiceContext.Account.Builder |
newBuilder()
Returns a Builder for Account, which is a mutable representation of the object.
|
ServiceProviderProto.ServiceContext.Account |
toProto()
Allows for simple conversion of an object to the low-level generated protobuf object.
|
static List<ServiceProviderProto.ServiceContext.Account> |
toProtos(List<ServiceContext.Account> objects)
Convenience method for handling lists of objects.
|
String |
toString()
Provides a human-readable representation of this object.
|
public String getAccountId()
public static ServiceContext.Account.Builder newBuilder()
public String toString()
public static ServiceContext.Account fromProto(ServiceProviderProto.ServiceContext.Account proto)
public static List<ServiceContext.Account> fromProtos(List<ServiceProviderProto.ServiceContext.Account> protos)
public ServiceProviderProto.ServiceContext.Account toProto()
public static List<ServiceProviderProto.ServiceContext.Account> toProtos(List<ServiceContext.Account> objects)
Copyright © 2021. All rights reserved.