Package org.openapitools.client.models
Class PushNotificationSettingsInput
-
- All Implemented Interfaces:
public final class PushNotificationSettingsInput
-
-
Field Summary
Fields Modifier and Type Field Description private final NullBooldisabledprivate final NullTimedisabledUntil
-
Constructor Summary
Constructors Constructor Description PushNotificationSettingsInput(NullBool disabled, NullTime disabledUntil)
-
Method Summary
Modifier and Type Method Description final NullBoolgetDisabled()final NullTimegetDisabledUntil()-
-
Method Detail
-
getDisabled
final NullBool getDisabled()
-
getDisabledUntil
final NullTime getDisabledUntil()
-
-
-
-