Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a3f1d8dc
authored
Jan 10, 2015
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rest documentation
1 parent
eed117f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
code/moya-restpojo/src/main/java/fi/codecrew/moya/rest/pojo/userinfo/v1/PrintedCardRestPojo.java
code/moya-restpojo/src/main/java/fi/codecrew/moya/rest/pojo/userinfo/v1/PrintedCardRestPojo.java
View file @
a3f1d8d
...
@@ -31,6 +31,7 @@ public class PrintedCardRestPojo {
...
@@ -31,6 +31,7 @@ public class PrintedCardRestPojo {
private
String
template
;
private
String
template
;
private
String
username
;
private
String
username
;
private
String
wholeName
;
private
String
wholeName
;
private
String
state
;
private
String
state
;
private
Date
printTime
;
private
Date
printTime
;
...
@@ -65,6 +66,19 @@ public class PrintedCardRestPojo {
...
@@ -65,6 +66,19 @@ public class PrintedCardRestPojo {
return
wholeName
;
return
wholeName
;
}
}
/**
* Possible values: ( from CardState )
*
* <ul>
* <li>DATA_MISSING,
* <li>PENDING_VALIDATION,
* <li>REJECTED,
* <li>VALIDATED,
* <li>PRINTING_IN_PROGRESS,
* <li>PRINTED,
* <li>DELIVERED;
* </ul>
*/
@XmlElement
(
name
=
"state"
)
@XmlElement
(
name
=
"state"
)
public
String
getState
()
{
public
String
getState
()
{
return
state
;
return
state
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment