Package org.alfresco.rest.model
Class RestLicenseInfoModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestLicenseInfoModel
- All Implemented Interfaces:
IModelAssertion<RestLicenseInfoModel>,IRestModel<RestLicenseInfoModel>,org.alfresco.utility.model.Model
public class RestLicenseInfoModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestLicenseInfoModel>
Generated by 'aforascu' on '2018-01-10 16:02' from 'Alfresco Content Services REST API' swagger file
Generated from 'Alfresco Content Services REST API' swagger file
Base Path {@linkplain /alfresco/api}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()intonModel()voidsetEntitlements(RestEntitlementsInfoModel entitlements) voidsetExpiresAt(String expiresAt) voidvoidsetIssuedAt(String issuedAt) voidvoidsetRemainingDays(int remainingDays) Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
RestLicenseInfoModel
public RestLicenseInfoModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestLicenseInfoModel>
-
getIssuedAt
-
setIssuedAt
-
getExpiresAt
-
setExpiresAt
-
getRemainingDays
public int getRemainingDays() -
setRemainingDays
public void setRemainingDays(int remainingDays) -
getHolder
-
setHolder
-
getMode
-
setMode
-
getEntitlements
-
setEntitlements
-