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