public class InventorySchedule extends Object implements Serializable
| Constructor and Description |
|---|
InventorySchedule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrequency()
Gets the frequency for producing inventory results.
|
void |
setFrequency(InventoryFrequency frequency)
Sets the frequency for producing inventory results.
|
void |
setFrequency(String frequency)
Sets the frequency for producing inventory results.
|
InventorySchedule |
withFrequency(InventoryFrequency frequency)
Sets the frequency for producing inventory results
And returns the
InventorySchedule object itself. |
InventorySchedule |
withFrequency(String frequency)
Sets the frequency for producing inventory results.
|
public String getFrequency()
String format.public void setFrequency(String frequency)
frequency - The frequency in String format.public void setFrequency(InventoryFrequency frequency)
frequency - The InventoryFrequency instance.public InventorySchedule withFrequency(String frequency)
InventorySchedule object itself.frequency - The frequency in String format.InventorySchedule instance.public InventorySchedule withFrequency(InventoryFrequency frequency)
InventorySchedule object itself.frequency - The InventoryFrequency instance.InventorySchedule instance.Copyright © 2023. All Rights Reserved.