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 Stringcreated()API.Stored_DataObjectReportcreated(String created)Optional<String>deleted()API.Stored_DataObjectReportdeleted(String deleted)Longid()API.Stored_DataObjectReportid(Long id)Optional<Long[]>labels()API.Stored_DataObjectReportlabels(Long[] labels)Optional<API.DataObjectRevision[]>revisions()API.Stored_DataObjectReportrevisions(API.DataObjectRevision[] revisions)Optional<String[]>tags()API.Stored_DataObjectReporttags(String[] tags)API.DataObjectReport.Typetype()API.Stored_DataObjectReporttype(API.DataObjectReport.Type type)Stringupdated()API.Stored_DataObjectReportupdated(String updated)Optional<Long>updatedBy()API.Stored_DataObjectReportupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.Stored_DataObjectReportupdatedFrom(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)
-
-