Package com.contentful.java.cma.model
Class CMAUiExtension.Extension.FieldType
- java.lang.Object
-
- com.contentful.java.cma.model.CMAUiExtension.Extension.FieldType
-
- Enclosing class:
- CMAUiExtension.Extension
public static class CMAUiExtension.Extension.FieldType extends java.lang.ObjectHolder of one field type this extension should be used on.
-
-
Constructor Summary
Constructors Constructor Description FieldType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Constants.CMAFieldTypegetType()CMAUiExtension.Extension.FieldTypesetType(Constants.CMAFieldType type)Updates the type of this field with a new one.java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public Constants.CMAFieldType getType()
- Returns:
- the type of the field
-
setType
public CMAUiExtension.Extension.FieldType setType(Constants.CMAFieldType type)
Updates the type of this field with a new one.- Parameters:
type- the new content type field type.- Returns:
- this instance for chaining.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- Returns:
- a human readable string, representing the object.
-
-