| Package | Description |
|---|---|
| com.afrozaar.wordpress.wpapi.v2 | |
| com.afrozaar.wordpress.wpapi.v2.api | |
| com.afrozaar.wordpress.wpapi.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Page |
Client.createPage(Page page,
PostStatus status) |
Post |
Client.createPost(Map<String,Object> postFields,
PostStatus status) |
Post |
Client.createPost(Post post,
PostStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Page |
Pages.createPage(Page page,
PostStatus postStatus) |
Post |
Posts.createPost(Map<String,Object> post,
PostStatus status) |
Post |
Posts.createPost(Post post,
PostStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static PostStatus |
PostStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostStatus[] |
PostStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.