Package com.onslip360
Class API.Partial_DataObjectReport
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_DataObjectReport>
-
- com.onslip360.API.Partial_DataObjectReport
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_DataObjectReport>>
- Enclosing class:
- API
public static class API.Partial_DataObjectReport extends Onslip360Object<API.Partial_DataObjectReport>
-
-
Constructor Summary
Constructors Constructor Description Partial_DataObjectReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>
deleted()
API.Partial_DataObjectReport
deleted(Erasable<String> deleted)
API.Partial_DataObjectReport
deleted(String deleted)
Erasable<Long[]>
labels()
API.Partial_DataObjectReport
labels(Erasable<Long[]> labels)
API.Partial_DataObjectReport
labels(Long[] labels)
Erasable<API.Partial_DataObjectRevision[]>
revisions()
API.Partial_DataObjectReport
revisions(API.Partial_DataObjectRevision[] revisions)
API.Partial_DataObjectReport
revisions(Erasable<API.Partial_DataObjectRevision[]> revisions)
Erasable<String[]>
tags()
API.Partial_DataObjectReport
tags(Erasable<String[]> tags)
API.Partial_DataObjectReport
tags(String[] tags)
Optional<API.DataObjectReport.Type>
type()
API.Partial_DataObjectReport
type(API.DataObjectReport.Type type)
-
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
-
-
-
-
Method Detail
-
revisions
@Nonnull public Erasable<API.Partial_DataObjectRevision[]> revisions()
-
type
@Nonnull public Optional<API.DataObjectReport.Type> type()
-
deleted
@Nonnull public API.Partial_DataObjectReport deleted(@Nullable String deleted)
-
deleted
@Nonnull public API.Partial_DataObjectReport deleted(@Nullable Erasable<String> deleted)
-
labels
@Nonnull public API.Partial_DataObjectReport labels(@Nullable Long[] labels)
-
labels
@Nonnull public API.Partial_DataObjectReport labels(@Nullable Erasable<Long[]> labels)
-
revisions
@Nonnull public API.Partial_DataObjectReport revisions(@Nullable API.Partial_DataObjectRevision[] revisions)
-
revisions
@Nonnull public API.Partial_DataObjectReport revisions(@Nullable Erasable<API.Partial_DataObjectRevision[]> revisions)
-
tags
@Nonnull public API.Partial_DataObjectReport tags(@Nullable String[] tags)
-
tags
@Nonnull public API.Partial_DataObjectReport tags(@Nullable Erasable<String[]> tags)
-
type
@Nonnull public API.Partial_DataObjectReport type(@Nullable API.DataObjectReport.Type type)
-
-