Package org.bsc.confluence
Class ConfluenceService.Storage
- java.lang.Object
-
- org.bsc.confluence.ConfluenceService.Storage
-
- Enclosing interface:
- ConfluenceService
public static class ConfluenceService.Storage extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfluenceService.Storage.Representation
-
Field Summary
Fields Modifier and Type Field Description ConfluenceService.Storage.Representation
rapresentation
String
value
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConfluenceService.Storage
of(String value, ConfluenceService.Storage.Representation rapresentation)
-
-
-
Field Detail
-
value
public final String value
-
rapresentation
public final ConfluenceService.Storage.Representation rapresentation
-
-
Method Detail
-
of
public static ConfluenceService.Storage of(String value, ConfluenceService.Storage.Representation rapresentation)
-
-