Uses of Class
com.vidispine.generated.MetadataFieldPermissionType
-
Uses of MetadataFieldPermissionType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MetadataFieldPermissionTypeModifier and TypeFieldDescriptionprotected List<MetadataFieldPermissionType>
AccessControlMergedType.field
protected List<MetadataFieldPermissionType>
MetadataFieldGroupPermissionType.field
Methods in com.vidispine.generated that return MetadataFieldPermissionTypeModifier and TypeMethodDescriptionObjectFactory.createMetadataFieldPermissionType()
Create an instance ofMetadataFieldPermissionType
MetadataFieldPermissionType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the name property.MetadataFieldPermissionType.withPermission
(String value) Sets the value of the permission property.MetadataFieldPermissionType.withUsername
(String value) Sets the value of the username property.Methods in com.vidispine.generated that return types with arguments of type MetadataFieldPermissionTypeModifier and TypeMethodDescriptionAccessControlMergedType.getField()
Gets the value of the field property.MetadataFieldGroupPermissionType.getField()
Gets the value of the field property.Methods in com.vidispine.generated with parameters of type MetadataFieldPermissionTypeModifier and TypeMethodDescriptionAccessControlMergedType.withField
(MetadataFieldPermissionType... values) Adds objects to the list of Field using add methodMetadataFieldGroupPermissionType.withField
(MetadataFieldPermissionType... values) Adds objects to the list of Field using add methodMethod parameters in com.vidispine.generated with type arguments of type MetadataFieldPermissionTypeModifier and TypeMethodDescriptionAccessControlMergedType.withField
(Collection<MetadataFieldPermissionType> values) Adds objects to the list of Field using addAll methodMetadataFieldGroupPermissionType.withField
(Collection<MetadataFieldPermissionType> values) Adds objects to the list of Field using addAll method