Class QuoteUpdateAction
java.lang.Object
com.commercetools.graphql.api.types.QuoteUpdateAction
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionQuoteUpdateAction(ChangeQuoteCustomer changeCustomer, ChangeQuoteState changeQuoteState, RequestQuoteRenegotiation requestQuoteRenegotiation, SetQuoteCustomField setCustomField, SetQuoteCustomType setCustomType, TransitionQuoteState transitionState) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static QuoteUpdateAction.BuildervoidsetChangeCustomer(ChangeQuoteCustomer changeCustomer) voidsetChangeQuoteState(ChangeQuoteState changeQuoteState) voidsetRequestQuoteRenegotiation(RequestQuoteRenegotiation requestQuoteRenegotiation) voidsetSetCustomField(SetQuoteCustomField setCustomField) voidsetSetCustomType(SetQuoteCustomType setCustomType) voidsetTransitionState(TransitionQuoteState transitionState) toString()
-
Constructor Details
-
QuoteUpdateAction
public QuoteUpdateAction() -
QuoteUpdateAction
public QuoteUpdateAction(ChangeQuoteCustomer changeCustomer, ChangeQuoteState changeQuoteState, RequestQuoteRenegotiation requestQuoteRenegotiation, SetQuoteCustomField setCustomField, SetQuoteCustomType setCustomType, TransitionQuoteState transitionState)
-
-
Method Details
-
getChangeCustomer
-
setChangeCustomer
-
getChangeQuoteState
-
setChangeQuoteState
-
getRequestQuoteRenegotiation
-
setRequestQuoteRenegotiation
-
getSetCustomField
-
setSetCustomField
-
getSetCustomType
-
setSetCustomType
-
getTransitionState
-
setTransitionState
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-