Uses of Class
com.spotify.github.v3.git.ImmutableParentItem
-
Packages that use ImmutableParentItem Package Description com.spotify.github.v3.git -
-
Uses of ImmutableParentItem in com.spotify.github.v3.git
Methods in com.spotify.github.v3.git that return ImmutableParentItem Modifier and Type Method Description ImmutableParentItemImmutableParentItem.Builder. build()Builds a newImmutableParentItem.static ImmutableParentItemImmutableParentItem. copyOf(ParentItem instance)Creates an immutable copy of aParentItemvalue.ImmutableParentItemImmutableParentItem. withHtmlUrl(URI value)Copy the current immutable object by setting a value for thehtmlUrlattribute.ImmutableParentItemImmutableParentItem. withSha(String value)Copy the current immutable object by setting a value for theshaattribute.ImmutableParentItemImmutableParentItem. withUrl(URI value)Copy the current immutable object by setting a value for theurlattribute.
-