Modifier and Type | Method and Description |
---|---|
static UrlCategory |
UrlCategory.getBlog()
Blog URL
|
UrlCategory |
Url.getCategory()
Gets or sets an object category
|
static UrlCategory |
UrlCategory.getCustom()
Custom page URL
|
static UrlCategory |
UrlCategory.getFtp()
Ftp URL
|
static UrlCategory |
UrlCategory.getHome()
Contact's home-related site.
|
static UrlCategory |
UrlCategory.getHomePage()
Home page URL
|
static UrlCategory |
UrlCategory.getProfile()
Profile URL
|
static UrlCategory |
UrlCategory.getWork()
Contact's work-related site.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UrlCategory.equals(UrlCategory other)
Determines whether the specified object is equal to the current object.
|
static boolean |
UrlCategory.op_Equality(UrlCategory a,
UrlCategory b)
Determines whether the specified objects are equal.
|
static boolean |
UrlCategory.op_Inequality(UrlCategory a,
UrlCategory b)
Determines whether the specified objects are not equal.
|
void |
Url.setCategory(UrlCategory value)
Gets or sets an object category
|