Class DevicesDeleteRequest
- java.lang.Object
-
- com.seam.api.resources.devices.requests.DevicesDeleteRequest
-
public final class DevicesDeleteRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDevicesDeleteRequest._FinalStagestatic classDevicesDeleteRequest.Builderstatic interfaceDevicesDeleteRequest.DeviceIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DevicesDeleteRequest.DeviceIdStagebuilder()booleanequals(java.lang.Object other)java.lang.StringgetDeviceId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getDeviceId
public java.lang.String getDeviceId()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static DevicesDeleteRequest.DeviceIdStage builder()
-
-