Uses of Class
nl.harm27.obs.websocket.api.requests.sceneitems.GetSceneItemProperties.Item
-
Packages that use GetSceneItemProperties.Item Package Description nl.harm27.obs.websocket.api.requests.sceneitems -
-
Uses of GetSceneItemProperties.Item in nl.harm27.obs.websocket.api.requests.sceneitems
Methods in nl.harm27.obs.websocket.api.requests.sceneitems that return GetSceneItemProperties.Item Modifier and Type Method Description GetSceneItemProperties.Item
GetSceneItemProperties.Builder. getItem()
Scene Item name (if this field is a string) or specification (if it is an object).Methods in nl.harm27.obs.websocket.api.requests.sceneitems with parameters of type GetSceneItemProperties.Item Modifier and Type Method Description void
GetSceneItemProperties.Builder. setItem(GetSceneItemProperties.Item item)
Scene Item name (if this field is a string) or specification (if it is an object).
-