Interface IPerson
-
- All Superinterfaces:
one.xingyi.core.marshelling.HasJson<one.xingyi.core.marshelling.ContextForJson>,one.xingyi.core.sdk.IXingYiResource
- All Known Implementing Classes:
Person
public interface IPerson extends one.xingyi.core.sdk.IXingYiResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAddressaddress()java.lang.Integerage()java.lang.Stringname()ITelephoneNumbertelephone()IPersonwithaddress(IAddress address)IPersonwithage(java.lang.Integer age)IPersonwithtelephone(ITelephoneNumber telephone)
-
-
-
Method Detail
-
name
java.lang.String name()
-
age
java.lang.Integer age()
-
withage
IPerson withage(java.lang.Integer age)
-
address
IAddress address()
-
telephone
ITelephoneNumber telephone()
-
withtelephone
IPerson withtelephone(ITelephoneNumber telephone)
-
-