Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/main/java/com/kintone/client/model/app/AppAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ public class AppAction {

/** An array of objects containing the entities the Action is granted to. */
private List<Entity> entities;

/**
* A query string for the conditions under which the Action can be executed. If an empty string is
* specified, the Action can be executed for all records.
*/
private String filterCond;
}
Loading