Package odata.msgraph.client.complex
Class PlannerCategoryDescriptions
- java.lang.Object
-
- odata.msgraph.client.complex.PlannerCategoryDescriptions
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PlannerCategoryDescriptions extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlannerCategoryDescriptions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringcategory1protected Stringcategory2protected Stringcategory3protected Stringcategory4protected Stringcategory5protected Stringcategory6protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedPlannerCategoryDescriptions()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
category1
protected String category1
-
category2
protected String category2
-
category3
protected String category3
-
category4
protected String category4
-
category5
protected String category5
-
category6
protected String category6
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCategory1
public PlannerCategoryDescriptions withCategory1(String category1)
-
withCategory2
public PlannerCategoryDescriptions withCategory2(String category2)
-
withCategory3
public PlannerCategoryDescriptions withCategory3(String category3)
-
withCategory4
public PlannerCategoryDescriptions withCategory4(String category4)
-
withCategory5
public PlannerCategoryDescriptions withCategory5(String category5)
-
withCategory6
public PlannerCategoryDescriptions withCategory6(String category6)
-
withUnmappedField
public PlannerCategoryDescriptions withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static PlannerCategoryDescriptions.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-