All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.telekom.m2m.cot.restsdk.devicecontrol.NewDeviceRequestStatus Maven / Gradle / Ivy

package com.telekom.m2m.cot.restsdk.devicecontrol;

/**
 * Enumeration for new device request status values.
 */
public enum NewDeviceRequestStatus {
    WAITING_FOR_CONNECTION, PENDING_ACCEPTANCE, ACCEPTED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy