xing-android-sdk
xing-android-sdk copied to clipboard
Introduce newBuilder
In XingApi we need a newBuilder pattern implemented, so that if someone needs to clone and change some fields, or add extra fields, they can call newBuilder which returns a builder by inheritance the existing configurations.