| Modifier and Type | Method and Description |
|---|---|
static IssueModel.ModelType |
IssueModel.ModelType.forNumber(int value) |
IssueModel.ModelType |
IssueModelOrBuilder.getModelType()
Type of the model.
|
IssueModel.ModelType |
IssueModel.getModelType()
Type of the model.
|
IssueModel.ModelType |
IssueModel.Builder.getModelType()
Type of the model.
|
static IssueModel.ModelType |
IssueModel.ModelType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IssueModel.ModelType |
IssueModel.ModelType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IssueModel.ModelType |
IssueModel.ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueModel.ModelType[] |
IssueModel.ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<IssueModel.ModelType> |
IssueModel.ModelType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
IssueModel.Builder |
IssueModel.Builder.setModelType(IssueModel.ModelType value)
Type of the model.
|
Copyright © 2023 Google LLC. All rights reserved.