public class PlannerCategoryDescriptions extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PlannerCategoryDescriptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
category1 |
protected String |
category2 |
protected String |
category3 |
protected String |
category4 |
protected String |
category5 |
protected String |
category6 |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PlannerCategoryDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
static PlannerCategoryDescriptions.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCategory1() |
Optional<String> |
getCategory2() |
Optional<String> |
getCategory3() |
Optional<String> |
getCategory4() |
Optional<String> |
getCategory5() |
Optional<String> |
getCategory6() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PlannerCategoryDescriptions |
withCategory1(String category1) |
PlannerCategoryDescriptions |
withCategory2(String category2) |
PlannerCategoryDescriptions |
withCategory3(String category3) |
PlannerCategoryDescriptions |
withCategory4(String category4) |
PlannerCategoryDescriptions |
withCategory5(String category5) |
PlannerCategoryDescriptions |
withCategory6(String category6) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String category1
protected String category2
protected String category3
protected String category4
protected String category5
protected String category6
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PlannerCategoryDescriptions withCategory1(String category1)
public PlannerCategoryDescriptions withCategory2(String category2)
public PlannerCategoryDescriptions withCategory3(String category3)
public PlannerCategoryDescriptions withCategory4(String category4)
public PlannerCategoryDescriptions withCategory5(String category5)
public PlannerCategoryDescriptions withCategory6(String category6)
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 PlannerCategoryDescriptions.Builder builder()
Copyright © 2018–2020. All rights reserved.