Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ClosedLostReason
-
Packages that use ClosedLostReason Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ClosedLostReason in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ClosedLostReason Modifier and Type Method Description ClosedLostReasonLifeCycle. closedLostReason()Specifies the reason code when an opportunity is marked as Closed Lost.ClosedLostReasonLifeCycleSummary. closedLostReason()Specifies the reason code when an opportunity is marked as Closed Lost.static ClosedLostReasonClosedLostReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClosedLostReasonClosedLostReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ClosedLostReason[]ClosedLostReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ClosedLostReason Modifier and Type Method Description static Set<ClosedLostReason>ClosedLostReason. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ClosedLostReason Modifier and Type Method Description LifeCycle.BuilderLifeCycle.Builder. closedLostReason(ClosedLostReason closedLostReason)Specifies the reason code when an opportunity is marked as Closed Lost.LifeCycleSummary.BuilderLifeCycleSummary.Builder. closedLostReason(ClosedLostReason closedLostReason)Specifies the reason code when an opportunity is marked as Closed Lost.
-