Uses of Class
com.contentful.java.cma.model.CMALink
-
Packages that use CMALink Package Description com.contentful.java.cma.model -
-
Uses of CMALink in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMALink Modifier and Type Method Description CMALinkCMASystem. getContentType()CMALinkCMASystem. getCreatedBy()CMALinkCMAScheduledAction. getEntity()CMALinkCMAScheduledAction. getEnvironment()CMALinkCMASystem. getEnvironment()CMALinkCMASystem. getEnvironmentalStatus()Return a link to the state of this environmentCMALinkCMASystem. getOrganization()CMALinkCMAApiKey. getPreviewApiKey()CMALinkCMASystem. getPublishedBy()CMALinkCMASystem. getSpace()CMALinkCMASystem. getStatus()CMALinkCMASystem. getUpdatedBy()CMALinkCMAAssetFile. getUploadFrom()CMALinkCMASpaceMembership. getUser()CMALinkCMALink. setId(java.lang.String id)Set this ids value.CMALinkCMALink. setSpaceId(java.lang.String spaceId)Set the id of the space this link.CMALinkCMALink. setSystem(CMASystem system)Change ths system property to a new one.CMALinkCMALink. setVersion(java.lang.Integer version)Change this instances version number.Methods in com.contentful.java.cma.model that return types with arguments of type CMALink Modifier and Type Method Description java.util.List<CMALink>CMAApiKey. getEnvironments()java.util.List<CMALink>CMASpaceMembership. getRoles()Methods in com.contentful.java.cma.model with parameters of type CMALink Modifier and Type Method Description CMASpaceMembershipCMASpaceMembership. addRole(CMALink role)Add a role to the list of roles.CMASystemCMASystem. setContentType(CMALink contentType)Change the content type of this resource.voidCMASystem. setCreatedBy(CMALink createdBy)voidCMAScheduledAction. setEntity(CMALink entity)voidCMAScheduledAction. setEnvironment(CMALink environment)voidCMASystem. setEnvironment(CMALink environment)CMASystemCMASystem. setEnvironmentalStatus(CMALink status)voidCMASystem. setOrganization(CMALink organization)CMAApiKeyCMAApiKey. setPreviewApiKey(CMALink previewApiKey)voidCMASystem. setPublishedBy(CMALink publishedBy)CMASpaceMembershipCMASpaceMembership. setRoles(CMALink... roles)Replace all roles with the given argument.CMASystemCMASystem. setSpace(CMALink space)Update the space used.voidCMASystem. setStatus(CMALink status)voidCMASystem. setUpdatedBy(CMALink updatedBy)CMAAssetFileCMAAssetFile. setUploadFrom(CMALink uploadFrom)Set a link to a Contentful Upload entry, to be used for processing the binary data from.CMASpaceMembershipCMASpaceMembership. setUser(CMALink user)Update or set the user for this membership.
-