public class StorageJsonPropertyManager extends Object
Modifier and Type | Method and Description |
---|---|
CustomContentEntityObject |
getStorageContentProperty(SimpleValidationResult.Builder result,
JsonContentProperty property) |
CustomContentEntityObject |
getStorageSpaceProperty(JsonSpaceProperty property) |
CustomContentEntityObject |
updateStorageFromApi(JsonContentProperty apiContentProperty,
CustomContentEntityObject storageJsonProperty)
Updates a JsonProperty CustomContentEntityObject to be a ContentProperty.
|
CustomContentEntityObject |
updateStorageFromApi(JsonSpaceProperty property,
CustomContentEntityObject storageJsonProperty)
Updates a JsonProperty CustomContentEntityObject to be a SpaceProperty.
|
public CustomContentEntityObject updateStorageFromApi(JsonContentProperty apiContentProperty, CustomContentEntityObject storageJsonProperty)
apiContentProperty
- JsonSpaceProperty to create the CustomContentEntityObject fromstorageJsonProperty
- a CustomContentEntityObject that is being updated to be a SpacePropertypublic CustomContentEntityObject updateStorageFromApi(JsonSpaceProperty property, CustomContentEntityObject storageJsonProperty)
property
- JsonSpaceProperty to create the CustomContentEntityObject fromstorageJsonProperty
- a CustomContentEntityObject that is being updated to be a SpacePropertypublic CustomContentEntityObject getStorageContentProperty(SimpleValidationResult.Builder result, JsonContentProperty property)
public CustomContentEntityObject getStorageSpaceProperty(JsonSpaceProperty property)
Copyright © 2003–2019 Atlassian. All rights reserved.