Package com.spotify.github.v3.git
Interface Reference
-
- All Known Implementing Classes:
ImmutableReference
@Immutable public interface ReferenceGithub reference.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceObjectobject()Reference object.Stringref()Full reference path.URIurl()Reference API URL.
-
-
-
Method Detail
-
ref
@Nullable String ref()
Full reference path. E.g. lrefs/heads/featureA.
-
url
@Nullable URI url()
Reference API URL.
-
object
@Nullable ReferenceObject object()
Reference object.
-
-