public interface CloudLock
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<CloudLockV3> |
lock() |
retrofit2.Call<CloudLockV3> |
lock(java.lang.String reason,
java.lang.String _exclude_fields)
Lock the cloud.
|
@FormUrlEncoded @POST(value="/3/CloudLock") retrofit2.Call<CloudLockV3> lock(@Field(value="reason") java.lang.String reason, @Field(value="_exclude_fields") java.lang.String _exclude_fields)
reason - reason_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@FormUrlEncoded @POST(value="/3/CloudLock") retrofit2.Call<CloudLockV3> lock()