Schedule Class

public final class Schedule
extends ExpandableStringEnum<Schedule>

This is a required field. This field is used to schedule an inventory formation.

Field Summary

Modifier and Type Field and Description
static final Schedule DAILY

Static value Daily for Schedule.

static final Schedule WEEKLY

Static value Weekly for Schedule.

Constructor Summary

Constructor Description
Schedule()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Schedule value.

Method Summary

Modifier and Type Method and Description
static Schedule fromString(String name)

Creates or finds a Schedule from its string representation.

static Collection<Schedule> values()

Gets known Schedule values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DAILY

public static final Schedule DAILY

Static value Daily for Schedule.

WEEKLY

public static final Schedule WEEKLY

Static value Weekly for Schedule.

Constructor Details

Schedule

@Deprecated
public Schedule()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Schedule value.

Method Details

fromString

public static Schedule fromString(String name)

Creates or finds a Schedule from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding Schedule.

values

public static Collection values()

Gets known Schedule values.

Returns:

known Schedule values.

Applies to