Interface IPrimitives
-
- All Superinterfaces:
one.xingyi.core.marshelling.HasJson<one.xingyi.core.marshelling.ContextForJson>,one.xingyi.core.sdk.IXingYiResource
- All Known Implementing Classes:
Primitives
public interface IPrimitives extends one.xingyi.core.sdk.IXingYiResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Booleanbool()java.lang.BooleanbooleanBoxed()one.xingyi.core.client.ISimpleList<java.lang.Boolean>booleanList()java.lang.Doubledoub()java.lang.DoubledoubleBoxed()one.xingyi.core.client.ISimpleList<java.lang.Double>doubleList()java.lang.Integerinteger()java.lang.IntegerintegerBoxed()one.xingyi.core.client.ISimpleList<java.lang.Integer>integerList()java.lang.Stringname()one.xingyi.core.client.ISimpleList<java.lang.String>stringList()IPrimitiveswithbool(java.lang.Boolean bool)IPrimitiveswithbooleanBoxed(java.lang.Boolean booleanBoxed)IPrimitiveswithbooleanList(one.xingyi.core.client.ISimpleList<java.lang.Boolean> booleanList)IPrimitiveswithdoub(java.lang.Double doub)IPrimitiveswithdoubleBoxed(java.lang.Double doubleBoxed)IPrimitiveswithdoubleList(one.xingyi.core.client.ISimpleList<java.lang.Double> doubleList)IPrimitiveswithinteger(java.lang.Integer integer)IPrimitiveswithintegerBoxed(java.lang.Integer integerBoxed)IPrimitiveswithintegerList(one.xingyi.core.client.ISimpleList<java.lang.Integer> integerList)IPrimitiveswithname(java.lang.String name)IPrimitiveswithstringList(one.xingyi.core.client.ISimpleList<java.lang.String> stringList)
-
-
-
Method Detail
-
name
java.lang.String name()
-
withname
IPrimitives withname(java.lang.String name)
-
integerBoxed
java.lang.Integer integerBoxed()
-
withintegerBoxed
IPrimitives withintegerBoxed(java.lang.Integer integerBoxed)
-
integer
java.lang.Integer integer()
-
withinteger
IPrimitives withinteger(java.lang.Integer integer)
-
booleanBoxed
java.lang.Boolean booleanBoxed()
-
withbooleanBoxed
IPrimitives withbooleanBoxed(java.lang.Boolean booleanBoxed)
-
bool
java.lang.Boolean bool()
-
withbool
IPrimitives withbool(java.lang.Boolean bool)
-
doubleBoxed
java.lang.Double doubleBoxed()
-
withdoubleBoxed
IPrimitives withdoubleBoxed(java.lang.Double doubleBoxed)
-
doub
java.lang.Double doub()
-
withdoub
IPrimitives withdoub(java.lang.Double doub)
-
stringList
one.xingyi.core.client.ISimpleList<java.lang.String> stringList()
-
withstringList
IPrimitives withstringList(one.xingyi.core.client.ISimpleList<java.lang.String> stringList)
-
integerList
one.xingyi.core.client.ISimpleList<java.lang.Integer> integerList()
-
withintegerList
IPrimitives withintegerList(one.xingyi.core.client.ISimpleList<java.lang.Integer> integerList)
-
doubleList
one.xingyi.core.client.ISimpleList<java.lang.Double> doubleList()
-
withdoubleList
IPrimitives withdoubleList(one.xingyi.core.client.ISimpleList<java.lang.Double> doubleList)
-
booleanList
one.xingyi.core.client.ISimpleList<java.lang.Boolean> booleanList()
-
withbooleanList
IPrimitives withbooleanList(one.xingyi.core.client.ISimpleList<java.lang.Boolean> booleanList)
-
-