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 ImmutableFileUpdate
ImmutableFileUpdate.Builder. build()
Builds a newImmutableFileUpdate
.static ImmutableFileUpdate
ImmutableFileUpdate. copyOf(FileUpdate instance)
Creates an immutable copy of aFileUpdate
value.ImmutableFileUpdate
ImmutableFileUpdate. withBranch(String value)
Copy the current immutable object by setting a value for thebranch
attribute.ImmutableFileUpdate
ImmutableFileUpdate. withContent(String value)
Copy the current immutable object by setting a value for thecontent
attribute.ImmutableFileUpdate
ImmutableFileUpdate. withMessage(String value)
Copy the current immutable object by setting a value for themessage
attribute.ImmutableFileUpdate
ImmutableFileUpdate. withSha(String value)
Copy the current immutable object by setting a value for thesha
attribute.
-