Class Resource
java.lang.Object
io.github.primelib.jira4j.restv2.model.Resource
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Resource
extends Object
Resource
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_file()static Resource.ResourceBuilderbuilder()protected booleandescription(String description) booleanfilename()inthashCode()inputStream(Object inputStream) open()readable()toString()uri()url()
-
Field Details
-
description
-
_file
-
filename
-
inputStream
-
open
-
readable
-
uri
-
url
-
-
Constructor Details
-
Resource
Constructs a validated instance ofResource.- Parameters:
spec- the specification to process
-
Resource
@Internal public Resource(String description, File _file, String filename, Object inputStream, Boolean open, Boolean readable, URI uri, String url) Constructs a validated instance ofResource.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Resource(Consumer)instead.- Parameters:
description- description_file- _filefilename- filenameinputStream- inputStreamopen- openreadable- readableuri- uriurl- url
-
Resource
protected Resource()
-
-
Method Details
-
builder
-
description
-
_file
-
filename
-
inputStream
-
open
-
readable
-
uri
-
url
-
description
- Returns:
this.
-
_file
- Returns:
this.
-
filename
- Returns:
this.
-
inputStream
- Returns:
this.
-
open
- Returns:
this.
-
readable
- Returns:
this.
-
uri
- Returns:
this.
-
url
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-