Interface ItemRenameResult
- All Known Implementing Classes:
ItemRenameResult.DuplicateName,ItemRenameResult.ExceptionOccurred,ItemRenameResult.Success
public sealed interface ItemRenameResult
permits ItemRenameResult.DuplicateName, ItemRenameResult.ExceptionOccurred, ItemRenameResult.Success
An interface that represents a result of renaming a custom item.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordA record of theItemRenameResultthat indicates failure due to a duplicate name.static final recordA record of theItemRenameResultthat indicates failure due to exception occurred.static final recordA record of theItemRenameResultthat indicates success.