Class OfferProgramConfigurationPreferences
- java.lang.Object
-
- software.amazon.spapi.models.replenishment.v2022_11_07.OfferProgramConfigurationPreferences
-
public class OfferProgramConfigurationPreferences extends java.lang.Object
An object which contains the preferences applied to the offer.
-
-
Constructor Summary
Constructors Constructor Description OfferProgramConfigurationPreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OfferProgramConfigurationPreferences
autoEnrollment(AutoEnrollmentPreference autoEnrollment)
boolean
equals(java.lang.Object o)
AutoEnrollmentPreference
getAutoEnrollment()
Get autoEnrollmentint
hashCode()
void
setAutoEnrollment(AutoEnrollmentPreference autoEnrollment)
java.lang.String
toString()
-
-
-
Method Detail
-
autoEnrollment
public OfferProgramConfigurationPreferences autoEnrollment(AutoEnrollmentPreference autoEnrollment)
-
getAutoEnrollment
public AutoEnrollmentPreference getAutoEnrollment()
Get autoEnrollment- Returns:
- autoEnrollment
-
setAutoEnrollment
public void setAutoEnrollment(AutoEnrollmentPreference autoEnrollment)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-