| Modifier and Type | Method and Description |
|---|---|
static PostingRegion |
PostingRegion.forNumber(int value) |
PostingRegion |
Job.getPostingRegion()
Optional.
|
PostingRegion |
Job.Builder.getPostingRegion()
Optional.
|
PostingRegion |
JobOrBuilder.getPostingRegion()
Optional.
|
static PostingRegion |
PostingRegion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PostingRegion |
PostingRegion.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PostingRegion |
PostingRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostingRegion[] |
PostingRegion.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<PostingRegion> |
PostingRegion.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.setPostingRegion(PostingRegion value)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.