| Modifier and Type | Method and Description |
|---|---|
Promotion.Builder |
Product.Builder.addPromotionsBuilder()
The promotions applied to the product.
|
Promotion.Builder |
Product.Builder.addPromotionsBuilder(int index)
The promotions applied to the product.
|
Promotion.Builder |
Promotion.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Promotion.Builder |
Promotion.Builder.clear() |
Promotion.Builder |
Promotion.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Promotion.Builder |
Promotion.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Promotion.Builder |
Promotion.Builder.clearPromotionId()
ID of the promotion.
|
Promotion.Builder |
Promotion.Builder.clone() |
Promotion.Builder |
Product.Builder.getPromotionsBuilder(int index)
The promotions applied to the product.
|
Promotion.Builder |
Promotion.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Promotion.Builder |
Promotion.Builder.mergeFrom(com.google.protobuf.Message other) |
Promotion.Builder |
Promotion.Builder.mergeFrom(Promotion other) |
Promotion.Builder |
Promotion.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Promotion.Builder |
Promotion.newBuilder() |
static Promotion.Builder |
Promotion.newBuilder(Promotion prototype) |
Promotion.Builder |
Promotion.newBuilderForType() |
protected Promotion.Builder |
Promotion.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Promotion.Builder |
Promotion.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Promotion.Builder |
Promotion.Builder.setPromotionId(String value)
ID of the promotion.
|
Promotion.Builder |
Promotion.Builder.setPromotionIdBytes(com.google.protobuf.ByteString value)
ID of the promotion.
|
Promotion.Builder |
Promotion.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Promotion.Builder |
Promotion.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Promotion.Builder |
Promotion.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Promotion.Builder> |
Product.Builder.getPromotionsBuilderList()
The promotions applied to the product.
|
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.addPromotions(int index,
Promotion.Builder builderForValue)
The promotions applied to the product.
|
Product.Builder |
Product.Builder.addPromotions(Promotion.Builder builderForValue)
The promotions applied to the product.
|
Product.Builder |
Product.Builder.setPromotions(int index,
Promotion.Builder builderForValue)
The promotions applied to the product.
|
Copyright © 2023 Google LLC. All rights reserved.