コード例 #1
0
 @JsonProperty("group")
 public GroupRepresentation getGroup() {
   return new GroupRepresentation(mSimpleNote.getUserGroup().getGroup());
 }
コード例 #2
0
 @JsonProperty("user")
 public UserPublicRepresentation getUser() {
   return new UserPublicRepresentation(mSimpleNote.getUserGroup().getUser());
 }