Uses of Class
com.vidispine.generated.UserType
-
-
Uses of UserType in com.vidispine.generated
Fields in com.vidispine.generated declared as UserType Modifier and Type Field Description protected UserType
UserSynchronizeType. user
protected UserType
AccessControlType. userType
Fields in com.vidispine.generated with type parameters of type UserType Modifier and Type Field Description protected List<UserType>
UserListType. user
Methods in com.vidispine.generated that return UserType Modifier and Type Method Description UserType
ObjectFactory. createUserType()
Create an instance ofUserType
UserType
UserSynchronizeType. getUser()
Gets the value of the user property.UserType
AccessControlType. getUserType()
Gets the value of the userType property.UserType
UserType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
UserType
UserType. withAccessPreserved(boolean value)
UserType
UserType. withAlias(String... values)
UserType
UserType. withAlias(Collection<String> values)
UserType
UserType. withDisabled(boolean value)
UserType
UserType. withGroupList(GroupListType value)
UserType
UserType. withId(String value)
UserType
UserType. withLoc(String value)
UserType
UserType. withMetadata(SimpleMetadataType value)
UserType
UserType. withOrigin(String value)
UserType
UserType. withPassword(String value)
UserType
UserType. withRealName(String value)
UserType
UserType. withRemove(boolean value)
UserType
UserType. withSalt(String value)
UserType
UserType. withUserName(String value)
Methods in com.vidispine.generated that return types with arguments of type UserType Modifier and Type Method Description javax.xml.bind.JAXBElement<UserType>
ObjectFactory. createUserDocument(UserType value)
List<UserType>
UserListType. getUser()
Gets the value of the user property.Methods in com.vidispine.generated with parameters of type UserType Modifier and Type Method Description javax.xml.bind.JAXBElement<UserType>
ObjectFactory. createUserDocument(UserType value)
void
UserSynchronizeType. setUser(UserType value)
Sets the value of the user property.void
AccessControlType. setUserType(UserType value)
Sets the value of the userType property.UserListType
UserListType. withUser(UserType... values)
UserSynchronizeType
UserSynchronizeType. withUser(UserType value)
AccessControlType
AccessControlType. withUserType(UserType value)
Method parameters in com.vidispine.generated with type arguments of type UserType Modifier and Type Method Description UserListType
UserListType. withUser(Collection<UserType> values)
-