public class RubricQuality extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RubricQuality.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected List<RubricCriterion> |
criteria |
protected String |
criteriaNextLink |
protected EducationItemBody |
description |
protected String |
displayName |
protected String |
odataType |
protected String |
qualityId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Float |
weight |
| Modifier | Constructor and Description |
|---|---|
protected |
RubricQuality() |
| Modifier and Type | Method and Description |
|---|---|
static RubricQuality.Builder |
builder()
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() |
Optional<EducationItemBody> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<String> |
getQualityId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Float> |
getWeight() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
RubricQuality |
withDescription(EducationItemBody description) |
RubricQuality |
withDisplayName(String displayName) |
RubricQuality |
withQualityId(String qualityId) |
RubricQuality |
withWeight(Float weight) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String qualityId
protected String displayName
protected EducationItemBody description
protected Float weight
protected List<RubricCriterion> criteria
protected String criteriaNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic RubricQuality withQualityId(String qualityId)
public RubricQuality withDisplayName(String displayName)
public Optional<EducationItemBody> getDescription()
public RubricQuality withDescription(EducationItemBody description)
public RubricQuality withWeight(Float weight)
public com.github.davidmoten.odata.client.CollectionPage<RubricCriterion> getCriteria()
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 RubricQuality.Builder builder()
Copyright © 2018–2020. All rights reserved.