Package com.onslip360
Class API.Partial_TakeOutStatus
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_TakeOutStatus>
-
- com.onslip360.API.Partial_TakeOutStatus
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_TakeOutStatus>>
- Enclosing class:
- API
public static class API.Partial_TakeOutStatus extends Onslip360Object<API.Partial_TakeOutStatus>
-
-
Constructor Summary
Constructors Constructor Description Partial_TakeOutStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Boolean>
active()
API.Partial_TakeOutStatus
active(Boolean active)
Optional<Boolean>
configured()
API.Partial_TakeOutStatus
configured(Boolean configured)
Optional<Boolean>
enabled()
API.Partial_TakeOutStatus
enabled(Boolean enabled)
Optional<Boolean>
open()
API.Partial_TakeOutStatus
open(Boolean open)
-
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
-
active
@Nonnull public API.Partial_TakeOutStatus active(@Nullable Boolean active)
-
configured
@Nonnull public API.Partial_TakeOutStatus configured(@Nullable Boolean configured)
-
enabled
@Nonnull public API.Partial_TakeOutStatus enabled(@Nullable Boolean enabled)
-
open
@Nonnull public API.Partial_TakeOutStatus open(@Nullable Boolean open)
-
-