Uses of Enum Class
com.vidispine.generated.SearchPermissionType
-
Uses of SearchPermissionType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchPermissionTypeMethods in com.vidispine.generated that return SearchPermissionTypeModifier and TypeMethodDescriptionstatic SearchPermissionType
SearchAclType.getPermission()
Gets the value of the permission property.static SearchPermissionType
Returns the enum constant of this class with the specified name.static SearchPermissionType[]
SearchPermissionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated with parameters of type SearchPermissionTypeModifier and TypeMethodDescriptionvoid
SearchAclType.setPermission
(SearchPermissionType value) Sets the value of the permission property.SearchAclType.withPermission
(SearchPermissionType value) Sets the value of the permission property.