Uses of Class
cc.maria.rdap.object.ObjectType
-
Packages that use ObjectType Package Description cc.maria.rdap.object -
-
Uses of ObjectType in cc.maria.rdap.object
Fields in cc.maria.rdap.object declared as ObjectType Modifier and Type Field Description private ObjectTypeObjectReference. typeMethods in cc.maria.rdap.object that return ObjectType Modifier and Type Method Description ObjectTypeObjectReference. getType()static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cc.maria.rdap.object with parameters of type ObjectType Constructor Description ObjectReference(String handle, ObjectType type)ObjectReference(String handle, jakarta.ws.rs.client.WebTarget service, ObjectType type)
-