All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.social.partnercenter.api.SeekOperation Maven / Gradle / Ivy

Go to download

A provider extension for Spring Social to enable connectivity with Microsoft and an API binding for Microsoft's Partner Center API.

There is a newer version: 10.11.0
Show newest version
package org.springframework.social.partnercenter.api;

public enum SeekOperation  {
	NEXT, PREVIOUS, FIRST, LAST, PAGE_INDEX;

	public static final String NEXT_VALUE = "Next";
	public static final String PREVIOUS_VALUE = "Previous";
	public static final String FIRST_VALUE = "First";
	public static final String LAST_VALUE = "Last";
	public static final String PAGE_INDEX_VALUE = "pageIndex";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy