Package io.didomi.sdk.models
Class CurrentUserStatus.VendorStatus
-
- All Implemented Interfaces:
public final class CurrentUserStatus.VendorStatusUser Status for a Vendor
-
-
Constructor Summary
Constructors Constructor Description CurrentUserStatus.VendorStatus(String id, Boolean enabled)
-
Method Summary
Modifier and Type Method Description final StringgetId()Didomi Vendor id final BooleangetEnabled()Computed status of vendor final UnitsetEnabled(@SerializedName(value = "enabled") Boolean enabled)Computed status of vendor -
-
Method Detail
-
getEnabled
final Boolean getEnabled()
Computed status of vendor
-
setEnabled
final Unit setEnabled(@SerializedName(value = "enabled") Boolean enabled)
Computed status of vendor
-
-
-
-