Class ETag.ETagBuilder
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.common.etag.ETag.ETagBuilder
-
-
Constructor Summary
Constructors Constructor Description ETagBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ETagbuild()ETag.ETagBuildertag(String tag)StringtoString()ETag.ETagBuilderweak(Boolean weak)
-
-
-
Method Detail
-
weak
public ETag.ETagBuilder weak(Boolean weak)
- Returns:
this.
-
tag
public ETag.ETagBuilder tag(String tag)
- Returns:
this.
-
build
public ETag build()
-
-