static Request.ServiceRequest.ServiceRequestType |
Request.ServiceRequest.ServiceRequestType.forNumber(int value) |
|
Request.ServiceRequest.ServiceRequestType |
Request.ServiceRequest.Builder.getServiceRequestType() |
.proto.ServiceRequest.ServiceRequestType serviceRequestType = 1;
|
Request.ServiceRequest.ServiceRequestType |
Request.ServiceRequest.getServiceRequestType() |
.proto.ServiceRequest.ServiceRequestType serviceRequestType = 1;
|
Request.ServiceRequest.ServiceRequestType |
Request.ServiceRequestOrBuilder.getServiceRequestType() |
.proto.ServiceRequest.ServiceRequestType serviceRequestType = 1;
|
static Request.ServiceRequest.ServiceRequestType |
Request.ServiceRequest.ServiceRequestType.valueOf(int value) |
Deprecated.
|
static Request.ServiceRequest.ServiceRequestType |
Request.ServiceRequest.ServiceRequestType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Request.ServiceRequest.ServiceRequestType |
Request.ServiceRequest.ServiceRequestType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Request.ServiceRequest.ServiceRequestType[] |
Request.ServiceRequest.ServiceRequestType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|