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 Stringcategory10protected Stringcategory11protected Stringcategory12protected Stringcategory13protected Stringcategory14protected Stringcategory15protected Stringcategory16protected Stringcategory17protected Stringcategory18protected Stringcategory19protected Stringcategory2protected Stringcategory20protected Stringcategory21protected Stringcategory22protected Stringcategory23protected Stringcategory24protected Stringcategory25protected Stringcategory3protected Stringcategory4protected Stringcategory5protected Stringcategory6protected Stringcategory7protected Stringcategory8protected Stringcategory9protected 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
-
category10
protected String category10
-
category11
protected String category11
-
category12
protected String category12
-
category13
protected String category13
-
category14
protected String category14
-
category15
protected String category15
-
category16
protected String category16
-
category17
protected String category17
-
category18
protected String category18
-
category19
protected String category19
-
category2
protected String category2
-
category20
protected String category20
-
category21
protected String category21
-
category22
protected String category22
-
category23
protected String category23
-
category24
protected String category24
-
category25
protected String category25
-
category3
protected String category3
-
category4
protected String category4
-
category5
protected String category5
-
category6
protected String category6
-
category7
protected String category7
-
category8
protected String category8
-
category9
protected String category9
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCategory1
public PlannerCategoryDescriptions withCategory1(String category1)
-
withCategory10
public PlannerCategoryDescriptions withCategory10(String category10)
-
withCategory11
public PlannerCategoryDescriptions withCategory11(String category11)
-
withCategory12
public PlannerCategoryDescriptions withCategory12(String category12)
-
withCategory13
public PlannerCategoryDescriptions withCategory13(String category13)
-
withCategory14
public PlannerCategoryDescriptions withCategory14(String category14)
-
withCategory15
public PlannerCategoryDescriptions withCategory15(String category15)
-
withCategory16
public PlannerCategoryDescriptions withCategory16(String category16)
-
withCategory17
public PlannerCategoryDescriptions withCategory17(String category17)
-
withCategory18
public PlannerCategoryDescriptions withCategory18(String category18)
-
withCategory19
public PlannerCategoryDescriptions withCategory19(String category19)
-
withCategory2
public PlannerCategoryDescriptions withCategory2(String category2)
-
withCategory20
public PlannerCategoryDescriptions withCategory20(String category20)
-
withCategory21
public PlannerCategoryDescriptions withCategory21(String category21)
-
withCategory22
public PlannerCategoryDescriptions withCategory22(String category22)
-
withCategory23
public PlannerCategoryDescriptions withCategory23(String category23)
-
withCategory24
public PlannerCategoryDescriptions withCategory24(String category24)
-
withCategory25
public PlannerCategoryDescriptions withCategory25(String category25)
-
withCategory3
public PlannerCategoryDescriptions withCategory3(String category3)
-
withCategory4
public PlannerCategoryDescriptions withCategory4(String category4)
-
withCategory5
public PlannerCategoryDescriptions withCategory5(String category5)
-
withCategory6
public PlannerCategoryDescriptions withCategory6(String category6)
-
withCategory7
public PlannerCategoryDescriptions withCategory7(String category7)
-
withCategory8
public PlannerCategoryDescriptions withCategory8(String category8)
-
withCategory9
public PlannerCategoryDescriptions withCategory9(String category9)
-
withUnmappedField
public PlannerCategoryDescriptions withUnmappedField(String name, Object 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
-
-