com.logmein.gotowebinar.api.model.UserSubscriptionState Maven / Gradle / Ivy
/*
* © 2017 LogMeIn, Inc. All Rights Reserved.
* All rights reserved.
*
* This software is distributed under the terms and conditions of the
* LogMeIn SDK License Agreement. Please see file LICENSE for details.
*
* Auto-generated file.
*/
package com.logmein.gotowebinar.api.model;
/**
* State of the user subscription
*/
public enum UserSubscriptionState {
INACTIVE,
ACTIVE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy