Interface ResidentMapCreateAction<A extends ResidentMapCreateAction<A>>

    • Method Detail

      • addEntryKeyField

        default A addEntryKeyField​(Field<?> entryKeyField)
        Adds an entry key field to the action.
        Parameters:
        entryKeyField - the field
        Returns:
        this
      • entryKeyField

        default A entryKeyField​(UnaryOperator<Field<?>> fn)
        Selects the entry key field for this action for further customization.
        Parameters:
        fn - the function to customize
        Returns:
        this
      • getEntryKeyField

        default Field<?> getEntryKeyField()
        Retrieves the entry key field.
        Returns:
        the field
      • findEntryKeyField

        default Optional<Field<?>> findEntryKeyField()
        Finds the entry key field.
        Returns:
        an optional with the field, or empty