public class RecurrenceRange extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RecurrenceRange.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected LocalDate |
endDate |
protected Integer |
numberOfOccurrences |
protected String |
odataType |
protected String |
recurrenceTimeZone |
protected LocalDate |
startDate |
protected RecurrenceRangeType |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
RecurrenceRange() |
| Modifier and Type | Method and Description |
|---|---|
static RecurrenceRange.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<LocalDate> |
getEndDate() |
Optional<Integer> |
getNumberOfOccurrences() |
Optional<String> |
getRecurrenceTimeZone() |
Optional<LocalDate> |
getStartDate() |
Optional<RecurrenceRangeType> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
RecurrenceRange |
withEndDate(LocalDate endDate) |
RecurrenceRange |
withNumberOfOccurrences(Integer numberOfOccurrences) |
RecurrenceRange |
withRecurrenceTimeZone(String recurrenceTimeZone) |
RecurrenceRange |
withStartDate(LocalDate startDate) |
RecurrenceRange |
withType(RecurrenceRangeType type) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected RecurrenceRangeType type
protected LocalDate startDate
protected LocalDate endDate
protected String recurrenceTimeZone
protected Integer numberOfOccurrences
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<RecurrenceRangeType> getType()
public RecurrenceRange withType(RecurrenceRangeType type)
public RecurrenceRange withStartDate(LocalDate startDate)
public RecurrenceRange withEndDate(LocalDate endDate)
public RecurrenceRange withRecurrenceTimeZone(String recurrenceTimeZone)
public RecurrenceRange withNumberOfOccurrences(Integer numberOfOccurrences)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static RecurrenceRange.Builder builder()
Copyright © 2018–2020. All rights reserved.