Package org.bsc.confluence
Class ParentChildTuple
- java.lang.Object
-
- org.bsc.confluence.ParentChildTuple
-
public class ParentChildTuple extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Optional<ConfluenceService.Model.Page>getChild()ConfluenceService.Model.PagegetParent()static ParentChildTupleof(ConfluenceService.Model.Page parent, Optional<ConfluenceService.Model.Page> child)Deprecated.static ParentChildTupleof(ConfluenceService.Model.Page parent, ConfluenceService.Model.Page child)
-
-
-
Method Detail
-
getParent
public ConfluenceService.Model.Page getParent()
-
getChild
public Optional<ConfluenceService.Model.Page> getChild()
-
of
public static ParentChildTuple of(ConfluenceService.Model.Page parent, ConfluenceService.Model.Page child)
-
of
@Deprecated public static ParentChildTuple of(ConfluenceService.Model.Page parent, Optional<ConfluenceService.Model.Page> child)
Deprecated.
-
-