Uses of Class
com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChangeState
-
Packages that use LineItemChangeState Package Description com.google.cloud.commerce.consumer.procurement.v1alpha1 A client to Cloud Commerce Consumer Procurement API -
-
Uses of LineItemChangeState in com.google.cloud.commerce.consumer.procurement.v1alpha1
Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 that return LineItemChangeState Modifier and Type Method Description static LineItemChangeStateLineItemChangeState. forNumber(int value)LineItemChangeStateLineItemChange.Builder. getChangeState()Output only.LineItemChangeStateLineItemChange. getChangeState()Output only.LineItemChangeStateLineItemChangeOrBuilder. getChangeState()Output only.static LineItemChangeStateLineItemChangeState. valueOf(int value)Deprecated.static LineItemChangeStateLineItemChangeState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LineItemChangeStateLineItemChangeState. valueOf(String name)Returns the enum constant of this type with the specified name.static LineItemChangeState[]LineItemChangeState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 that return types with arguments of type LineItemChangeState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LineItemChangeState>LineItemChangeState. internalGetValueMap()Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 with parameters of type LineItemChangeState Modifier and Type Method Description LineItemChange.BuilderLineItemChange.Builder. setChangeState(LineItemChangeState value)Output only.
-