| Package | Description |
|---|---|
| com.criteo.marketing.model |
| Modifier and Type | Method and Description |
|---|---|
static BidMessage.BidTypeEnum |
BidMessage.BidTypeEnum.fromValue(java.lang.String value) |
BidMessage.BidTypeEnum |
BidMessage.getBidType()
Get bidType
|
BidMessage.BidTypeEnum |
BidMessage.BidTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BidMessage.BidTypeEnum |
BidMessage.BidTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BidMessage.BidTypeEnum[] |
BidMessage.BidTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BidMessage |
BidMessage.bidType(BidMessage.BidTypeEnum bidType) |
void |
BidMessage.setBidType(BidMessage.BidTypeEnum bidType) |
void |
BidMessage.BidTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BidMessage.BidTypeEnum enumeration) |
Copyright © 2021. All rights reserved.