Uses of Class
com.google.cloud.commerce.consumer.procurement.v1.LineItemChangeState
-
Packages that use LineItemChangeState Package Description com.google.cloud.commerce.consumer.procurement.v1 A client to Cloud Commerce Consumer Procurement API -
-
Uses of LineItemChangeState in com.google.cloud.commerce.consumer.procurement.v1
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return LineItemChangeState Modifier and Type Method Description static LineItemChangeState
LineItemChangeState. forNumber(int value)
LineItemChangeState
LineItemChange.Builder. getChangeState()
Output only.LineItemChangeState
LineItemChange. getChangeState()
Output only.LineItemChangeState
LineItemChangeOrBuilder. getChangeState()
Output only.static LineItemChangeState
LineItemChangeState. valueOf(int value)
Deprecated.static LineItemChangeState
LineItemChangeState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LineItemChangeState
LineItemChangeState. 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.v1 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.v1 with parameters of type LineItemChangeState Modifier and Type Method Description LineItemChange.Builder
LineItemChange.Builder. setChangeState(LineItemChangeState value)
Output only.
-