Uses of Class
com.atlassian.confluence.api.model.content.id.JsonContentPropertyId

Packages that use JsonContentPropertyId
com.atlassian.confluence.api.model.content   
com.atlassian.confluence.api.model.content.id   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.rest.client   
 

Uses of JsonContentPropertyId in com.atlassian.confluence.api.model.content
 

Methods in com.atlassian.confluence.api.model.content that return JsonContentPropertyId
 JsonContentPropertyId JsonContentProperty.getId()
           
 

Methods in com.atlassian.confluence.api.model.content with parameters of type JsonContentPropertyId
static Reference<JsonContentProperty> JsonContentProperty.buildReference(JsonContentPropertyId id)
          Creates a collapsed reference to a JsonContentProperty with the given id, or an empty reference, if none was given.
 JsonContentProperty.ContentPropertyBuilder JsonContentProperty.ContentPropertyBuilder.id(JsonContentPropertyId id)
           
 

Uses of JsonContentPropertyId in com.atlassian.confluence.api.model.content.id
 

Methods in com.atlassian.confluence.api.model.content.id that return JsonContentPropertyId
static JsonContentPropertyId JsonContentPropertyId.deserialise(java.lang.String id)
           
static JsonContentPropertyId JsonContentPropertyId.of(long id)
           
static JsonContentPropertyId JsonContentPropertyId.valueOf(java.lang.String id)
          Deprecated. Don't use. Use deserialise(String) instead.
 

Uses of JsonContentPropertyId in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content with parameters of type JsonContentPropertyId
 ContentPropertyService.SingleContentPropertyFetcher ContentPropertyService.ContentPropertyFinder.withId(JsonContentPropertyId contentPropertyId)
           
 

Uses of JsonContentPropertyId in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client with parameters of type JsonContentPropertyId
 RemoteContentPropertyService.RemoteSingleContentPropertyFetcher RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.withId(JsonContentPropertyId contentPropertyId)
           
 RemoteContentPropertyService.RemoteSingleContentPropertyFetcher RemoteContentPropertyService.RemoteContentPropertyFinder.withId(JsonContentPropertyId contentPropertyId)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.