Skip to content

Commit

Permalink
Added new abstract method. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 22, 2017
1 parent 43dcb31 commit 2f05f7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/bunq/sdk/model/core/BunqModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,8 @@ public String toString() {
return gson.toJson(this);
}

/**
*/
abstract public boolean areAllFieldNull();

}

0 comments on commit 2f05f7f

Please sign in to comment.