Package com.alfresco.content.models
Class TicketBody
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class TicketBody
-
-
Constructor Summary
Constructors Constructor Description TicketBody(String userId, String password)
-
Method Summary
Modifier and Type Method Description final StringgetUserId()final UnitsetUserId(@Json(name = "userId") String userId)final StringgetPassword()final UnitsetPassword(@Json(name = "password") String password)-
-
Method Detail
-
getPassword
final String getPassword()
-
setPassword
final Unit setPassword(@Json(name = "password") String password)
-
-
-
-