prismicio-community / java-kit

Community maintained development kit for Prismic and the Java language
https://prismic.io
15 stars 38 forks source link

Add Composite Slices #53

Closed levimykel closed 7 years ago

levimykel commented 7 years ago

This pull request adds functionality and tests for Composite Slices.

arnaudlewis commented 7 years ago

You could put label and sliceType in the interface Slice and define the getter for each one there. Except for this, seems cool to me ;)

srenault commented 7 years ago

I'm on it!

arnaudlewis commented 7 years ago

I may have made a mistake. I think it's still java 7 so you won't be able to define the getter body there

arnaudlewis commented 7 years ago

@levimykel Could you resolve the conflicts please.