public class InventorySchedule extends Object implements Serializable
Constructor and Description |
---|
InventorySchedule() |
Modifier and Type | Method and Description |
---|---|
String |
getFrequency()
Returns the frequency for producing inventory results
in
String format. |
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
InventorySchedule object
for method chaining. |
InventorySchedule |
withFrequency(String frequency)
Sets the frequency for producing inventory results
and returns
InventorySchedule object
for method chaining. |
public String getFrequency()
String
format.public void setFrequency(String frequency)
public void setFrequency(InventoryFrequency frequency)
public InventorySchedule withFrequency(String frequency)
InventorySchedule
object
for method chaining.public InventorySchedule withFrequency(InventoryFrequency frequency)
InventorySchedule
object
for method chaining.Copyright © 2024. All rights reserved.