ExternalObject
public class ExternalObject : Hashable
ExternalObject represents the value of a URI type in a data model. The application is responsible for uploading/downloading the content referred to by the URI.
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
public static func == (lhs: ExternalObject, rhs: ExternalObject) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
-
Get the URI value.
Declaration
Swift
public func getURI() -> StringReturn Value
the URI
-
Create an
ExternalObject.Declaration
Swift
public init(uri: String)Parameters
uriThe URI
ExternalObject Class Reference