public class EditProposalsForNegotiation extends ProposalAction implements Serializable
Proposal for edit.
This proposal will not receive updates from Marketplace
while
it's open for edit. If the buyer updates the proposal
while it is open for local editing,
Google will set ProposalMarketplaceInfo.isNewVersionFromBuyer
to true. You will
then need to call DiscardProposalDrafts to revert
your edits to get the buyer's latest
changes, and then perform this action to start making
your edits again.
This action is only applicable for programmatic proposals.
| Constructor and Description |
|---|
EditProposalsForNegotiation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
String |
toString() |
public String toString()
toString in class ProposalActionpublic boolean equals(Object obj)
equals in class ProposalActionpublic int hashCode()
hashCode in class ProposalActionpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.