Class FilePathDeltaAnnotation.FilePath
-
- All Implemented Interfaces:
public final class FilePathDeltaAnnotation.FilePath
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FilePathDeltaAnnotation.FilePath.Builder
A builder for FilePath.
-
Method Summary
Modifier and Type Method Description final Optional<String>
fileId()
The ID of the file that was generated. final JsonField<String>
_fileId()
Returns the raw JSON value of fileId. final Map<String, JsonValue>
_additionalProperties()
final FilePathDeltaAnnotation.FilePath.Builder
toBuilder()
final FilePathDeltaAnnotation.FilePath
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FilePathDeltaAnnotation.FilePath.Builder
builder()
Returns a mutable builder for constructing an instance of FilePath. -
-
Method Detail
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FilePathDeltaAnnotation.FilePath.Builder toBuilder()
-
validate
final FilePathDeltaAnnotation.FilePath validate()
-
builder
final static FilePathDeltaAnnotation.FilePath.Builder builder()
Returns a mutable builder for constructing an instance of FilePath.
-
-
-
-