Uses of Class
com.vidispine.generated.UserSynchronizeType
-
-
Uses of UserSynchronizeType in com.vidispine.generated
Fields in com.vidispine.generated declared as UserSynchronizeType Modifier and Type Field Description protected UserSynchronizeType
EntitySynchronizeType. user
Methods in com.vidispine.generated that return UserSynchronizeType Modifier and Type Method Description UserSynchronizeType
ObjectFactory. createUserSynchronizeType()
Create an instance ofUserSynchronizeType
UserSynchronizeType
EntitySynchronizeType. getUser()
Gets the value of the user property.UserSynchronizeType
UserSynchronizeType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
UserSynchronizeType
UserSynchronizeType. withCreate(boolean value)
UserSynchronizeType
UserSynchronizeType. withDelete(boolean value)
UserSynchronizeType
UserSynchronizeType. withUser(UserType value)
Methods in com.vidispine.generated with parameters of type UserSynchronizeType Modifier and Type Method Description void
EntitySynchronizeType. setUser(UserSynchronizeType value)
Sets the value of the user property.EntitySynchronizeType
EntitySynchronizeType. withUser(UserSynchronizeType value)
-