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