Package com.onslip360
Class API.Stored_DataObjectReport
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_DataObjectReport>
-
- com.onslip360.API.Stored_DataObjectReport
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_DataObjectReport>>
- Enclosing class:
- API
public static class API.Stored_DataObjectReport extends Onslip360Object<API.Stored_DataObjectReport>
-
-
Constructor Summary
Constructors Constructor Description Stored_DataObjectReport(String created, Long id, API.DataObjectReport.Type type, String updated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
created()
API.Stored_DataObjectReport
created(String created)
Optional<String>
deleted()
API.Stored_DataObjectReport
deleted(String deleted)
Long
id()
API.Stored_DataObjectReport
id(Long id)
Optional<Long[]>
labels()
API.Stored_DataObjectReport
labels(Long[] labels)
Optional<API.DataObjectRevision[]>
revisions()
API.Stored_DataObjectReport
revisions(API.DataObjectRevision[] revisions)
Optional<String[]>
tags()
API.Stored_DataObjectReport
tags(String[] tags)
API.DataObjectReport.Type
type()
API.Stored_DataObjectReport
type(API.DataObjectReport.Type type)
String
updated()
API.Stored_DataObjectReport
updated(String updated)
Optional<Long>
updatedBy()
API.Stored_DataObjectReport
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.Stored_DataObjectReport
updatedFrom(Long updatedFrom)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Constructor Detail
-
Stored_DataObjectReport
public Stored_DataObjectReport(String created, Long id, API.DataObjectReport.Type type, String updated)
-
-
Method Detail
-
created
@Nonnull public String created()
-
id
@Nonnull public Long id()
-
revisions
@Nonnull public Optional<API.DataObjectRevision[]> revisions()
-
type
@Nonnull public API.DataObjectReport.Type type()
-
updated
@Nonnull public String updated()
-
created
@Nonnull public API.Stored_DataObjectReport created(String created)
-
deleted
@Nonnull public API.Stored_DataObjectReport deleted(@Nullable String deleted)
-
id
@Nonnull public API.Stored_DataObjectReport id(Long id)
-
labels
@Nonnull public API.Stored_DataObjectReport labels(@Nullable Long[] labels)
-
revisions
@Nonnull public API.Stored_DataObjectReport revisions(@Nullable API.DataObjectRevision[] revisions)
-
tags
@Nonnull public API.Stored_DataObjectReport tags(@Nullable String[] tags)
-
type
@Nonnull public API.Stored_DataObjectReport type(API.DataObjectReport.Type type)
-
updated
@Nonnull public API.Stored_DataObjectReport updated(String updated)
-
updatedBy
@Nonnull public API.Stored_DataObjectReport updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_DataObjectReport updatedFrom(@Nullable Long updatedFrom)
-
-