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