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 ImmutableFileCreateImmutableFileCreate.Builder. build()Builds a newImmutableFileCreate.static ImmutableFileCreateImmutableFileCreate. copyOf(FileCreate instance)Creates an immutable copy of aFileCreatevalue.ImmutableFileCreateImmutableFileCreate. withBranch(String value)Copy the current immutable object by setting a value for thebranchattribute.ImmutableFileCreateImmutableFileCreate. withContent(String value)Copy the current immutable object by setting a value for thecontentattribute.ImmutableFileCreateImmutableFileCreate. withMessage(String value)Copy the current immutable object by setting a value for themessageattribute.
-