Package odata.msgraph.client.complex
Class RubricQuality
- java.lang.Object
-
- odata.msgraph.client.complex.RubricQuality
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class RubricQuality extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRubricQuality.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<RubricCriterion>criteriaprotected StringcriteriaNextLinkprotected EducationItemBodydescriptionprotected StringdisplayNameprotected StringodataTypeprotected StringqualityIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Floatweight
-
Constructor Summary
Constructors Modifier Constructor Description protectedRubricQuality()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RubricQuality.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<RubricCriterion>getCriteria()com.github.davidmoten.odata.client.CollectionPage<RubricCriterion>getCriteria(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<EducationItemBody>getDescription()Optional<String>getDisplayName()Optional<String>getQualityId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Float>getWeight()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()RubricQualitywithDescription(EducationItemBody description)RubricQualitywithDisplayName(String displayName)RubricQualitywithQualityId(String qualityId)RubricQualitywithUnmappedField(String name, Object value)RubricQualitywithWeight(Float weight)
-
-
-
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
-
criteria
protected List<RubricCriterion> criteria
-
criteriaNextLink
protected String criteriaNextLink
-
description
protected EducationItemBody description
-
displayName
protected String displayName
-
qualityId
protected String qualityId
-
weight
protected Float weight
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getCriteria
public com.github.davidmoten.odata.client.CollectionPage<RubricCriterion> getCriteria()
-
getCriteria
public com.github.davidmoten.odata.client.CollectionPage<RubricCriterion> getCriteria(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getDescription
public Optional<EducationItemBody> getDescription()
-
withDescription
public RubricQuality withDescription(EducationItemBody description)
-
withDisplayName
public RubricQuality withDisplayName(String displayName)
-
withQualityId
public RubricQuality withQualityId(String qualityId)
-
withWeight
public RubricQuality withWeight(Float weight)
-
withUnmappedField
public RubricQuality 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 RubricQuality.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
-
-