Class ClassificationAttribute
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ClassificationAttribute
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ClassificationAttribute extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClassificationAttribute.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Integerconfidenceprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Integercountprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedClassificationAttribute()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassificationAttribute.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Integer>getConfidence()Optional<Integer>getCount()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ClassificationAttributewithConfidence(Integer confidence)ClassificationAttributewithCount(Integer count)ClassificationAttributewithUnmappedField(String name, String value)
-
-
-
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
-
confidence
protected Integer confidence
-
count
protected Integer count
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withConfidence
public ClassificationAttribute withConfidence(Integer confidence)
-
withCount
public ClassificationAttribute withCount(Integer count)
-
withUnmappedField
public ClassificationAttribute 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 ClassificationAttribute.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
-
-