Package com.onslip360
Class API.Partial_ERPAccount
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_ERPAccount>
-
- com.onslip360.API.Partial_ERPAccount
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_ERPAccount>>
- Enclosing class:
- API
public static class API.Partial_ERPAccount extends Onslip360Object<API.Partial_ERPAccount>
-
-
Constructor Summary
Constructors Constructor Description Partial_ERPAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>
account()
API.Partial_ERPAccount
account(Integer account)
Optional<String>
name()
API.Partial_ERPAccount
name(String name)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
account
@Nonnull public API.Partial_ERPAccount account(@Nullable Integer account)
-
name
@Nonnull public API.Partial_ERPAccount name(@Nullable String name)
-
-