public class DailySchedule extends RunSchedule implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DailySchedule.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
interval |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DailySchedule() |
| Modifier and Type | Method and Description |
|---|---|
static DailySchedule.Builder |
builderDailySchedule()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getInterval()
“Interval in number of days”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DailySchedule |
withInterval(Integer interval)
Returns an immutable copy of
this with just the interval field
changed. |
builderprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Integer interval
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class RunSchedulepublic Optional<Integer> getInterval()
public DailySchedule withInterval(Integer interval)
this with just the interval field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Interval in number of days”
interval - new value of interval field (as defined in service metadata)this with just the interval field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class RunSchedulepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class RunSchedulepublic static DailySchedule.Builder builderDailySchedule()
public String toString()
toString in class RunScheduleCopyright © 2018–2020. All rights reserved.