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 TypeMethodDescriptionand()getMode()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, toString
-
Constructor Details
-
RestLicenseInfoModel
public RestLicenseInfoModel()
-
-
Method Details
-
assertThat
- Specified by:
assertThatin interfaceIModelAssertion<RestLicenseInfoModel>
-
and
- Specified by:
andin interfaceIModelAssertion<RestLicenseInfoModel>
-
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
-