Class SkipRoomsForRetentionOutputJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.SkipRoomsForRetentionOutputJson
-
- All Implemented Interfaces:
Serializable
public class SkipRoomsForRetentionOutputJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkipRoomsForRetentionOutputJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<SkipRetentionRoomInfoJson>
getSkipRetentionRoomInfoJsons()
void
setSkipRetentionRoomInfoJsons(Set<SkipRetentionRoomInfoJson> skipRetentionRoomInfoJsons)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getSkipRetentionRoomInfoJsons
public Set<SkipRetentionRoomInfoJson> getSkipRetentionRoomInfoJsons()
-
setSkipRetentionRoomInfoJsons
public void setSkipRetentionRoomInfoJsons(Set<SkipRetentionRoomInfoJson> skipRetentionRoomInfoJsons)
-
-