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