public class PatternedRecurrence extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PatternedRecurrence.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected RecurrencePattern |
pattern |
protected RecurrenceRange |
range |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PatternedRecurrence() |
| Modifier and Type | Method and Description |
|---|---|
static PatternedRecurrence.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<RecurrencePattern> |
getPattern() |
Optional<RecurrenceRange> |
getRange() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PatternedRecurrence |
withPattern(RecurrencePattern pattern) |
PatternedRecurrence |
withRange(RecurrenceRange range) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected RecurrencePattern pattern
protected RecurrenceRange range
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<RecurrencePattern> getPattern()
public PatternedRecurrence withPattern(RecurrencePattern pattern)
public Optional<RecurrenceRange> getRange()
public PatternedRecurrence withRange(RecurrenceRange range)
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 PatternedRecurrence.Builder builder()
Copyright © 2018–2020. All rights reserved.