Package com.onslip360
Class API.Cert
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Cert>
-
- com.onslip360.API.Cert
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Cert>>
- Enclosing class:
- API
public static class API.Cert extends Onslip360Object<API.Cert>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
API.Cert.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
created()
API.Cert
created(String created)
Optional<String>
deleted()
API.Cert
deleted(String deleted)
Optional<String>
expires()
API.Cert
expires(String expires)
Optional<Long>
id()
API.Cert
id(Long id)
Optional<byte[]>
key()
API.Cert
key(byte[] key)
Optional<Long[]>
labels()
API.Cert
labels(Long[] labels)
String
name()
API.Cert
name(String name)
Optional<byte[]>
pkcs12Store()
API.Cert
pkcs12Store(byte[] pkcs12Store)
Optional<String[]>
tags()
API.Cert
tags(String[] tags)
Optional<API.Cert.Type>
type()
API.Cert
type(API.Cert.Type type)
Optional<String>
updated()
API.Cert
updated(String updated)
Optional<Long>
updatedBy()
API.Cert
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.Cert
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
-
Cert
public Cert(String name)
-
-
Method Detail
-
key
@Nonnull public Optional<byte[]> key()
-
name
@Nonnull public String name()
-
pkcs12Store
@Nonnull public Optional<byte[]> pkcs12Store()
-
type
@Nonnull public Optional<API.Cert.Type> type()
-
key
@Nonnull public API.Cert key(@Nullable byte[] key)
-
pkcs12Store
@Nonnull public API.Cert pkcs12Store(@Nullable byte[] pkcs12Store)
-
type
@Nonnull public API.Cert type(@Nullable API.Cert.Type type)
-
-