Uses of Class
com.spotify.github.v3.repos.requests.ImmutableFileCreate
-
Packages that use ImmutableFileCreate Package Description com.spotify.github.v3.repos.requests -
-
Uses of ImmutableFileCreate in com.spotify.github.v3.repos.requests
Methods in com.spotify.github.v3.repos.requests that return ImmutableFileCreate Modifier and Type Method Description ImmutableFileCreate
ImmutableFileCreate.Builder. build()
Builds a newImmutableFileCreate
.static ImmutableFileCreate
ImmutableFileCreate. copyOf(FileCreate instance)
Creates an immutable copy of aFileCreate
value.ImmutableFileCreate
ImmutableFileCreate. withBranch(String value)
Copy the current immutable object by setting a value for thebranch
attribute.ImmutableFileCreate
ImmutableFileCreate. withContent(String value)
Copy the current immutable object by setting a value for thecontent
attribute.ImmutableFileCreate
ImmutableFileCreate. withMessage(String value)
Copy the current immutable object by setting a value for themessage
attribute.
-