Package com.thalesgroup.gemalto.d1.card
Class ProvisioningMethod
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.card.ProvisioningMethod
-
public final class ProvisioningMethod extends Object
Information about the provisioning method used by the token requestor.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description ProvisioningMethod(String pushHandler, String platformType)Public Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPlatformType()Gets the platform type of the token requestor.StringgetPushHandler()Gets the push handler of the token requestor.
-