Uses of Class
com.spotify.github.v3.repos.requests.ImmutableFileUpdate
-
Packages that use ImmutableFileUpdate Package Description com.spotify.github.v3.repos.requests -
-
Uses of ImmutableFileUpdate in com.spotify.github.v3.repos.requests
Methods in com.spotify.github.v3.repos.requests that return ImmutableFileUpdate Modifier and Type Method Description ImmutableFileUpdateImmutableFileUpdate.Builder. build()Builds a newImmutableFileUpdate.static ImmutableFileUpdateImmutableFileUpdate. copyOf(FileUpdate instance)Creates an immutable copy of aFileUpdatevalue.ImmutableFileUpdateImmutableFileUpdate. withBranch(String value)Copy the current immutable object by setting a value for thebranchattribute.ImmutableFileUpdateImmutableFileUpdate. withContent(String value)Copy the current immutable object by setting a value for thecontentattribute.ImmutableFileUpdateImmutableFileUpdate. withMessage(String value)Copy the current immutable object by setting a value for themessageattribute.ImmutableFileUpdateImmutableFileUpdate. withSha(String value)Copy the current immutable object by setting a value for theshaattribute.
-